]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: fix up timer command help
authorEric Sandeen <sandeen@sandeen.net>
Thu, 4 Feb 2016 21:43:02 +0000 (08:43 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:43:02 +0000 (08:43 +1100)
commit75f70580d9d6452034f3ea973b7bbf94885f547f
tree812355791c6390aa520468725ffe79e02de8240c
parentd1fe6ffa28b02b7715d2d76f5c47a3ab4161aeaf
xfs_quota: fix up timer command help

The timer command help output suggests that either default, or a
specific ID, can be specified, but this is not the case.  Timers
are fs-wide for each quota type, not specific to the user.  So
remove the "-d|id|name" from the help output.  Also remove
"get" from the description, because it only sets these timers;
"state" returns their values.  Well actually just one of them,
but that's a different problem...

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
quota/edit.c