summaryrefslogtreecommitdiffstats
path: root/getopt
diff options
context:
space:
mode:
authorFrancesco Cosoleto2011-02-20 08:34:27 +0100
committerKarel Zak2011-02-21 16:26:20 +0100
commita6771a52a2b88695fc0bedddc4cc1c7fda2f62c1 (patch)
tree5cd4b259c0b61ec12626e1cc18e873262c4f4b6d /getopt
parentmkswap: fix compiler warning (diff)
downloadkernel-qcow2-util-linux-a6771a52a2b88695fc0bedddc4cc1c7fda2f62c1.tar.gz
kernel-qcow2-util-linux-a6771a52a2b88695fc0bedddc4cc1c7fda2f62c1.tar.xz
kernel-qcow2-util-linux-a6771a52a2b88695fc0bedddc4cc1c7fda2f62c1.zip
getopt: fix '--unqote' typo in usage text
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Diffstat (limited to 'getopt')
-rw-r--r--getopt/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/getopt.c b/getopt/getopt.c
index fbcfb0590..cea2f22d6 100644
--- a/getopt/getopt.c
+++ b/getopt/getopt.c
@@ -330,7 +330,7 @@ void 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, --unqote Do not quote the output\n"),stderr);
+ fputs(_(" -u, --unquote Do not quote the output\n"),stderr);
fputs(_(" -V, --version Output version information\n"),stderr);
exit(2);
}