From a6771a52a2b88695fc0bedddc4cc1c7fda2f62c1 Mon Sep 17 00:00:00 2001 From: Francesco Cosoleto Date: Sun, 20 Feb 2011 08:34:27 +0100 Subject: getopt: fix '--unqote' typo in usage text Signed-off-by: Francesco Cosoleto --- getopt/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getopt') diff --git a/getopt/getopt.c b/getopt/getopt.c index fbcfb0590..cea2f22d6 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); } -- cgit v1.2.3-55-g7522