mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-16 08:44:31 +08:00
btrfs-progs: qgroups, adjust help text
Minor rewording to make the line shorter and. Resolves-coverity-id: 1267280 Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
99c53e440e
commit
999a420639
@ -226,8 +226,7 @@ static const char * const cmd_qgroup_show_usage[] = {
|
|||||||
"--gbytes show sizes in GiB, or GB with --si",
|
"--gbytes show sizes in GiB, or GB with --si",
|
||||||
"--tbytes show sizes in TiB, or TB with --si",
|
"--tbytes show sizes in TiB, or TB with --si",
|
||||||
"--sort=qgroupid,rfer,excl,max_rfer,max_excl",
|
"--sort=qgroupid,rfer,excl,max_rfer,max_excl",
|
||||||
" list qgroups in order of qgroupid,"
|
" list qgroups sorted by specified items",
|
||||||
"rfer,max_rfer or max_excl",
|
|
||||||
" you can use '+' or '-' in front of each item.",
|
" you can use '+' or '-' in front of each item.",
|
||||||
" (+:ascending, -:descending, ascending default)",
|
" (+:ascending, -:descending, ascending default)",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user