diff options
Diffstat (limited to 'src/nproc.c')
-rw-r--r-- | src/nproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nproc.c b/src/nproc.c index 44ee483d6..e1bc1d0b7 100644 --- a/src/nproc.c +++ b/src/nproc.c @@ -67,7 +67,7 @@ which may be less than the number of online processors\n\ fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - emit_ancillary_info (); + emit_ancillary_info (PROGRAM_NAME); } exit (status); } |