]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: add missed options -D and -P into man page
authorZorro Lang <zlang@redhat.com>
Tue, 10 May 2016 07:16:06 +0000 (17:16 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 10 May 2016 07:16:06 +0000 (17:16 +1000)
commit2354bb66e1718ddd72f2983424f5a1f76ca43192
treeed452d7198f1b95a1ae01bcd04fe98e86ae9fa2c
parente0a880823aa2f078217015d89bd3b4e5559e9cd6
xfs_quota: add missed options -D and -P into man page

There're two options in xfsprogs/quota/init.c:init() function, the -D
option is used to set a file to instead of /etc/projects, and the -P
option is used to set a file to instead of /etc/projid. I don't know
these two options when I write xfstests case xfs/133, because
there's no any information about them in xfs_quota and other related
man pages.

Document these options in the xfs_quota man page.

Reported-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
man/man8/xfs_quota.8