… | |
… | |
332 | fputs(_(" -o, --options <optstring> Short options to be recognized\n"), stderr); |
332 | fputs(_(" -o, --options <optstring> Short options to be recognized\n"), stderr); |
333 | fputs(_(" -q, --quiet Disable error reporting by getopt(3)\n"), stderr); |
333 | fputs(_(" -q, --quiet Disable error reporting by getopt(3)\n"), stderr); |
334 | fputs(_(" -Q, --quiet-output No normal output\n"), stderr); |
334 | fputs(_(" -Q, --quiet-output No normal output\n"), stderr); |
335 | fputs(_(" -s, --shell <shell> Set shell quoting conventions\n"), stderr); |
335 | fputs(_(" -s, --shell <shell> Set shell quoting conventions\n"), stderr); |
336 | fputs(_(" -T, --test Test for getopt(1) version\n"), stderr); |
336 | fputs(_(" -T, --test Test for getopt(1) version\n"), stderr); |
337 | fputs(_(" -u, --unquote Do not quote the output\n"), stderr); |
337 | fputs(_(" -u, --unquoted Do not quote the output\n"), stderr); |
338 | fputs(_(" -V, --version Output version information\n"), stderr); |
338 | fputs(_(" -V, --version Output version information\n"), stderr); |
339 | fputc('\n', stderr); |
339 | fputc('\n', stderr); |
340 | |
340 | |
341 | exit(PARAMETER_EXIT_CODE); |
341 | exit(PARAMETER_EXIT_CODE); |
342 | } |
342 | } |