From ff743d54518df91ff57420a2a7a1e4cd72607bf7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 4 Mar 1999 14:02:14 +0000 Subject: (main): Include author name argument in call to parse_long_options. --- src/nice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nice.c') diff --git a/src/nice.c b/src/nice.c index fddb4a96e..2cad4639f 100644 --- a/src/nice.c +++ b/src/nice.c @@ -88,7 +88,8 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - parse_long_options (argc, argv, "nice", GNU_PACKAGE, VERSION, usage); + parse_long_options (argc, argv, "nice", GNU_PACKAGE, VERSION, + "David MacKenzie", usage); for (i = 1; i < argc; /* empty */) { -- cgit v1.2.3-54-g00ecf