/[public]/getopt/trunk/getopt.c
ViewVC logotype

Diff of /getopt/trunk/getopt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 361 Revision 362
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}

Legend:
Removed from v.361  
changed lines
  Added in v.362

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26