diff options
Diffstat (limited to 'src/getlimits.c')
-rw-r--r-- | src/getlimits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getlimits.c b/src/getlimits.c index 3a7d7e150..bf6c92198 100644 --- a/src/getlimits.c +++ b/src/getlimits.c @@ -73,7 +73,7 @@ Output platform dependent limits in a format useful for shell scripts.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - emit_ancillary_info (); + emit_ancillary_info (PROGRAM_NAME); } exit (status); } |