summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c3
1 files changed, 2 insertions, 1 deletions
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 */)
{