mirror of
https://github.com/MariaDB/server.git
synced 2025-06-06 05:21:19 +03:00
automerge
This commit is contained in:
commit
565660edfa
@ -17,9 +17,9 @@ my %opt = (
|
|||||||
);
|
);
|
||||||
|
|
||||||
GetOptions(\%opt,
|
GetOptions(\%opt,
|
||||||
'verbose|v+',# verbose
|
'v|verbose+',# verbose
|
||||||
'help+', # write usage info
|
'help+', # write usage info
|
||||||
'debug|d+', # debug
|
'd|debug+', # debug
|
||||||
's=s', # what to sort by (t, at, l, al, r, ar etc)
|
's=s', # what to sort by (t, at, l, al, r, ar etc)
|
||||||
'r!', # reverse the sort order (largest last instead of first)
|
'r!', # reverse the sort order (largest last instead of first)
|
||||||
't=i', # just show the top n queries
|
't=i', # just show the top n queries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user