]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Update usage for state command
authorBarry Naujok <bnaujok@sgi.com>
Mon, 23 Jul 2007 06:18:24 +0000 (06:18 +0000)
committerBarry Naujok <bnaujok@sgi.com>
Mon, 23 Jul 2007 06:18:24 +0000 (06:18 +0000)
Merge of master-melb:xfs-cmds:29197a by kenmcd.

  Update usage for state command

quota/state.c

index 292f4a16deb6559a5e161011b2f0e52e49d65684..49e31aa795d62ee3f8ff94f0a53b92b80017698c 100644 (file)
@@ -525,7 +525,7 @@ state_init(void)
        state_cmd.cfunc = state_f;
        state_cmd.argmin = 0;
        state_cmd.argmax = -1;
-       state_cmd.args = _("[-gpu] [-f file]");
+       state_cmd.args = _("[-gpu] [-a] [-v] [-f file]");
        state_cmd.oneline = _("get overall quota state information");
        state_cmd.help = state_help;