From cf691ec714de68d0a2d0dec53704b02e2ab52009 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Apr 1999 05:20:06 +0000 Subject: Use PROGRAM_NAME in place of string in parse_long_options call. --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index b08f190f8..c3457c302 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -287,7 +287,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "uniq", GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, "Richard Stallman and David MacKenzie", usage); skip_chars = 0; -- cgit v1.2.3-54-g00ecf