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/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index dd2176282..42a2cd956 100644 --- a/src/od.c +++ b/src/od.c @@ -1596,7 +1596,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "od", GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, "Jim Meyering", usage); err = 0; -- cgit v1.2.3-70-g09d2