]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: fix up dump and report documentation
authorEric Sandeen <sandeen@redhat.com>
Thu, 10 Mar 2022 14:11:15 +0000 (09:11 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 10 Mar 2022 14:11:15 +0000 (09:11 -0500)
commit069610ec895ef0db24cec3f50d781f0e18d31264
treef097d01e05d46619aa82cb7657cdd2a7fa8ff214
parent12518245fe6599ed32127bfc49fb1f0f0d3c4c66
xfs_quota: fix up dump and report documentation

Documentation for these commands was a bit of a mess.

1) The help args were respecified in the _help() functions, overwriting
   the strings which had been set up in the _init functions as all
   other commands do. Worse, in the report case, they differed.

2) The -L/-U dump options were not present in either short help string.

3) The -L/-U dump options were not documented in the xfs_quota manpage.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/xfs_quota.8
quota/report.c