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/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index a6fb7f573..a5632d690 100644 --- a/src/stty.c +++ b/src/stty.c @@ -650,7 +650,7 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "stty", PACKAGE_VERSION, usage); + parse_long_options (argc, argv, "stty", GNU_PACKAGE, VERSION, usage); output_type = changed; verbose_output = 0; -- cgit v1.2.3-54-g00ecf