diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-05 16:37:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-05 16:37:57 +0000 |
commit | f04044ed8678a899a8dfa8434b325eb4b146da0f (patch) | |
tree | 52b90966431e8249a3648fe32676afdbff38e171 /src/yes.c | |
parent | 09711894fec24cb51dbe40c3040bce346db0f780 (diff) | |
download | coreutils-f04044ed8678a899a8dfa8434b325eb4b146da0f.tar.xz |
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/yes.c')
-rw-r--r-- | src/yes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "yes", PACKAGE_VERSION, usage); + parse_long_options (argc, argv, "yes", GNU_PACKAGE, VERSION, usage); if (argc == 1) while (1) |