summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-05 16:37:57 +0000
committerJim Meyering <jim@meyering.net>1996-10-05 16:37:57 +0000
commitf04044ed8678a899a8dfa8434b325eb4b146da0f (patch)
tree52b90966431e8249a3648fe32676afdbff38e171 /src/expr.c
parent09711894fec24cb51dbe40c3040bce346db0f780 (diff)
downloadcoreutils-f04044ed8678a899a8dfa8434b325eb4b146da0f.tar.xz
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index a82ea9c7c..fa980f6f2 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -161,7 +161,7 @@ main (int argc, char **argv)
/* Don't recognize --help or --version if POSIXLY_CORRECT is set. */
if (getenv ("POSIXLY_CORRECT") == NULL)
- parse_long_options (argc, argv, "expr", PACKAGE_VERSION, usage);
+ parse_long_options (argc, argv, "expr", GNU_PACKAGE, VERSION, usage);
if (argc == 1)
{