Signed-off-by: Francesco Cosoleto <cosoleto@xxxxxxxxx> --- getopt/getopt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/getopt/getopt.c b/getopt/getopt.c index fbcfb05..cea2f22 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); } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html