--- getopt/trunk/getopt.c 2014/11/20 10:51:54 360 +++ getopt/trunk/getopt.c 2014/11/20 11:27:07 362 @@ -37,7 +37,7 @@ * ) * Version 1.1.4: Mon Nov 7 2005 * Fixed a few type's in the manpage - * Version 1.1.5: Mon Nov 7 2005 + * Version 1.1.5: Sun Aug 12 2012 * Sync with util-linux-2.21, fixed build problems, many new translations */ @@ -334,7 +334,7 @@ fputs(_(" -Q, --quiet-output No normal output\n"), stderr); fputs(_(" -s, --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);