File tree 2 files changed +2
-2
lines changed
docs/source/user-guide/cli
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ struct Args {
133
133
134
134
#[ clap(
135
135
long,
136
- help = "The max number of rows to display for 'Table' format\n [default: 40] [ possible values: numbers(0/10/...), inf(no limit)]" ,
136
+ help = "The max number of rows to display for 'Table' format\n [possible values: numbers(0/10/...), inf(no limit)]" ,
137
137
default_value = "40"
138
138
) ]
139
139
maxrows : MaxRows ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ OPTIONS:
52
52
53
53
--maxrows < MAXROWS>
54
54
The max number of rows to display for ' Table' format
55
- [default: 40] [ possible values: numbers(0/10/...), inf(no limit)]
55
+ [possible values: numbers(0/10/...), inf(no limit)] [default: 40 ]
56
56
57
57
--mem-pool-type < MEM_POOL_TYPE>
58
58
Specify the memory pool type ' greedy' or ' fair' , default to ' greedy'
You can’t perform that action at this time.
0 commit comments