1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Use PROGRAM_NAME in place of string in parse_long_options call.

This commit is contained in:
Jim Meyering
1999-04-03 05:20:06 +00:00
parent 7c2d5de6c7
commit cf691ec714
26 changed files with 26 additions and 26 deletions

View File

@@ -534,7 +534,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
parse_long_options (argc, argv, "cat", GNU_PACKAGE, VERSION,
parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
"Torbjorn Granlund and Richard M. Stallman", usage);
/* Parse command line options. */