summaryrefslogtreecommitdiff
path: root/src/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd.c')
-rw-r--r--src/pwd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pwd.c b/src/pwd.c
index 2e817e3b0..166d58371 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -60,7 +60,8 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "pwd", GNU_PACKAGE, VERSION, usage);
+ parse_long_options (argc, argv, "pwd", GNU_PACKAGE, VERSION,
+ "Jim Meyering", usage);
if (argc != 1)
error (0, 0, _("ignoring non-option arguments"));