summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2019-08-12 16:31:31 +0200
committerJan Kara <jack@suse.cz>2019-08-12 16:31:31 +0200
commit1ae10f8692981285ad52af9e9ae3e5f16201b187 (patch)
tree192e2c4fe4bfd3d4cfbec56c809540c54dd5ef32
parent61e57e73a6c63ad50825182ca80bc2a5fcb3e1e2 (diff)
downloadlinuxquota-1ae10f8692981285ad52af9e9ae3e5f16201b187.tar.gz
warnquota: Fix help text
The help text was wrongly saying that -v is equivalent to --version. It should be -V. Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--warnquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/warnquota.c b/warnquota.c
index 5158094..606b7cc 100644
--- a/warnquota.c
+++ b/warnquota.c
@@ -1042,7 +1042,7 @@ static void usage(void)
-q, --quota-tab=quotatab-file non-default quotatab\n\
-a, --admins-file=admins-file non-default admins file\n\
-h, --help display this help message and exit\n\
--v, --version display version information and exit\n\n"));
+-V, --version display version information and exit\n\n"));
errstr(_("Bugs to %s\n"), PACKAGE_BUGREPORT);
wc_exit(1);
}