From: Eric Sandeen Date: Tue, 25 Jun 2019 21:04:42 +0000 (-0400) Subject: xfs_quota: fix built-in help for project setup X-Git-Tag: v5.1.0-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfb5eac0f2856b529bb5bca00cc4a4984be152a;p=thirdparty%2Fxfsprogs-dev.git xfs_quota: fix built-in help for project setup -s is used to set up a new project, not -c. Signed-off-by: Eric Sandeen Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/quota/project.c b/quota/project.c index 7c22947c7..03ae10d18 100644 --- a/quota/project.c +++ b/quota/project.c @@ -43,7 +43,7 @@ project_help(void) " and subdirectories below it (i.e. a tree) can be restricted to using a\n" " subset of the available space in the filesystem.\n" "\n" -" A managed tree must be setup initially using the -c option with a project.\n" +" A managed tree must be setup initially using the -s option with a project.\n" " The specified project name or identifier is matched to one or more trees\n" " defined in /etc/projects, and these trees are then recursively descended\n" " to mark the affected inodes as being part of that tree - which sets inode\n"