summaryrefslogtreecommitdiffstats
path: root/misc-utils/getopt.c
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 11:21:17 +0200
committerKarel Zak2013-04-05 11:21:17 +0200
commit3706db7c085fccdcaa26e6fddcaeb47e6e5c1c6c (patch)
tree77820170c6625e7a37fb911a0ff4db9810aa8004 /misc-utils/getopt.c
parentfindmnt: fix typo fsroot -> nofsroot (diff)
downloadkernel-qcow2-util-linux-3706db7c085fccdcaa26e6fddcaeb47e6e5c1c6c.tar.gz
kernel-qcow2-util-linux-3706db7c085fccdcaa26e6fddcaeb47e6e5c1c6c.tar.xz
kernel-qcow2-util-linux-3706db7c085fccdcaa26e6fddcaeb47e6e5c1c6c.zip
getopt: fix usage() typo unquote -> unquoted
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/getopt.c')
-rw-r--r--misc-utils/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/getopt.c b/misc-utils/getopt.c
index 55a331f44..7630173d7 100644
--- a/misc-utils/getopt.c
+++ b/misc-utils/getopt.c
@@ -329,7 +329,7 @@ static void __attribute__ ((__noreturn__)) print_help(void)
fputs(_(" -Q, --quiet-output No normal output\n"), stderr);
fputs(_(" -s, --shell <shell> Set shell quoting conventions\n"), stderr);
fputs(_(" -T, --test Test for getopt(1) version\n"), stderr);
- fputs(_(" -u, --unquote Do not quote the output\n"), stderr);
+ fputs(_(" -u, --unquoted Do not quote the output\n"), stderr);
fputs(_(" -V, --version Output version information\n"), stderr);
fputc('\n', stderr);