diff options
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index 8f8f465b4..2ca75d065 100644 --- a/src/paste.c +++ b/src/paste.c @@ -451,7 +451,7 @@ With no FILE, or when FILE is -, read standard input.\n\ fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); /* FIXME: add a couple of examples. */ - emit_ancillary_info (); + emit_ancillary_info (PROGRAM_NAME); } exit (status); } |