From f04044ed8678a899a8dfa8434b325eb4b146da0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Oct 1996 16:37:57 +0000 Subject: (main): update --version output to conform to coding standard --- src/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index 4c3275008..15339e848 100644 --- a/src/printf.c +++ b/src/printf.c @@ -140,7 +140,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, "printf", PACKAGE_VERSION, usage); + parse_long_options (argc, argv, "printf", GNU_PACKAGE, VERSION, usage); if (argc == 1) { -- cgit v1.2.3-54-g00ecf