summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sort.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 1ed4f5f93..69a4332a4 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -2525,7 +2525,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "sort", GNU_PACKAGE, VERSION, usage);
+ parse_long_options (argc, argv, "sort", GNU_PACKAGE, VERSION,
+ "Mike Haertel", usage);
have_read_stdin = 0;
inittables ();