]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: allow -F in open args, remove from help
authorEric Sandeen <sandeen@sandeen.net>
Thu, 8 Mar 2012 22:45:07 +0000 (16:45 -0600)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 8 Mar 2012 22:45:07 +0000 (16:45 -0600)
commit71ec545511d4c8e6dc5b5288f7c7c6d01d1db7de
treeda3d1d96d7c0c8a91f677c7bc191b52ec5de6df7
parent22f108f28a1a5449427d37cc9b4fcfbaafc3ede7
xfs_io: allow -F in open args, remove from help

Now that -F ("foreign") is automagic, we should no longer list
it in the help output for open, but we should still accept
it for compatibility; esp. as it is still in the case statement.
Oops.

Remove the -F option from the manpage open section as well.

Reported-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
io/open.c
man/man8/xfs_io.8