diff options
| author | Jim Meyering <jim@meyering.net> | 1999-04-03 05:20:06 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1999-04-03 05:20:06 +0000 |
| commit | cf691ec714de68d0a2d0dec53704b02e2ab52009 (patch) | |
| tree | 45d129fabfa6477ac47b55c830762f5ca506d9cd /src/expand.c | |
| parent | define PROGRAM_NAME (diff) | |
| download | coreutils-cf691ec714de68d0a2d0dec53704b02e2ab52009.tar.gz coreutils-cf691ec714de68d0a2d0dec53704b02e2ab52009.zip | |
Use PROGRAM_NAME in place of string in parse_long_options call.
Diffstat (limited to 'src/expand.c')
| -rw-r--r-- | src/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c index b1c448ea9..d4484842b 100644 --- a/src/expand.c +++ b/src/expand.c @@ -336,7 +336,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "expand", GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, "David MacKenzie", usage); while ((c = getopt_long (argc, argv, "it:,0123456789", longopts, NULL)) != -1) |
