getopt: fix usage() typo unquote -> unquoted

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2013-04-05 11:21:17 +02:00
parent 395eb05d16
commit 3706db7c08
1 changed files with 1 additions and 1 deletions

View 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);