]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
getopt: fix '--unqote' typo in usage text
authorFrancesco Cosoleto <cosoleto@gmail.com>
Sun, 20 Feb 2011 07:34:27 +0000 (08:34 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Feb 2011 15:26:20 +0000 (16:26 +0100)
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
getopt/getopt.c

index fbcfb0590d18b96dce911b1ae44c9181e87c7e91..cea2f22d638e4c21b90d81def93cf5c992c0eb6d 100644 (file)
@@ -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);
 }