]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
getopt: fix usage() typo unquote -> unquoted
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 09:21:17 +0000 (11:21 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 09:21:17 +0000 (11:21 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/getopt.c

index 55a331f442312c63c840310212d3d75fe7c4a712..7630173d73d130ee6e090027f91cf3c7042c2056 100644 (file)
@@ -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);