summaryrefslogtreecommitdiff
path: root/cmds-qgroup.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-03 18:34:14 +0100
committerDavid Sterba <dsterba@suse.cz>2015-02-03 18:37:33 +0100
commit999a420639fd2eb9ef4c92aef26fea623b1ca026 (patch)
treebb1441d933486f2613e414473142759745cb1d3f /cmds-qgroup.c
parent99c53e440ea659753f4deff2a6502a7e63f83988 (diff)
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>
Diffstat (limited to 'cmds-qgroup.c')
-rw-r--r--cmds-qgroup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds-qgroup.c b/cmds-qgroup.c
index 21729440..c5082f72 100644
--- a/cmds-qgroup.c
+++ b/cmds-qgroup.c
@@ -226,8 +226,7 @@ static const char * const cmd_qgroup_show_usage[] = {
"--gbytes show sizes in GiB, or GB with --si",
"--tbytes show sizes in TiB, or TB with --si",
"--sort=qgroupid,rfer,excl,max_rfer,max_excl",
- " list qgroups in order of qgroupid,"
- "rfer,max_rfer or max_excl",
+ " list qgroups sorted by specified items",
" you can use '+' or '-' in front of each item.",
" (+:ascending, -:descending, ascending default)",
NULL