]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: Fix up usage() errors and omissions
authorEric Sandeen <sandeen@sandeen.net>
Thu, 25 Apr 2013 15:16:34 +0000 (15:16 +0000)
committerRich Johnston <rjohnston@sgi.com>
Thu, 25 Apr 2013 15:57:48 +0000 (10:57 -0500)
commit30626ef667746c51a6b93e21fc95eb5607c0002a
treeaf30f91bdb08c0fb2c0c2ccb736a302fd195e21f
parenteaa6a2bf5940dfa5e7a295834e68f317d4686218
xfsprogs: Fix up usage() errors and omissions

Add missing options and remove invalid options in usage() output
strings.

* Add -V to several usage() strings
* Remove deprecated/invalid -n and -s otions from xfs_fsr's usage
* Remove invalid -I option from xfs_growfs's usage
* Add -n (O_NONBLOCK) option to xfs_io's usage
* Add -e (exit on error) option to xfs_logprint's usage
* Remove invalid -b option from xfs_mdrestore's usage
* Add -N (no-op), -K (no discard), and -f (force) to mkfs.xfs's usage
* Add -x (expert) option to xfs_quota's usage

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
12 files changed:
copy/xfs_copy.c
db/init.c
estimate/xfs_estimate.c
fsr/xfs_fsr.c
growfs/xfs_growfs.c
io/init.c
io/xfs_freeze.sh
logprint/logprint.c
mdrestore/xfs_mdrestore.c
mkfs/xfs_mkfs.c
quota/init.c
rtcp/xfs_rtcp.c