From: Barry Naujok Date: Mon, 23 Jul 2007 06:18:24 +0000 (+0000) Subject: Update usage for state command X-Git-Tag: v2.10.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62790d192037b7464883fff086531f3a6b3a9899;p=thirdparty%2Fxfsprogs-dev.git Update usage for state command Merge of master-melb:xfs-cmds:29197a by kenmcd. Update usage for state command --- diff --git a/quota/state.c b/quota/state.c index 292f4a16d..49e31aa79 100644 --- a/quota/state.c +++ b/quota/state.c @@ -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;