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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user