diff options
Diffstat (limited to 'src/logname.c')
-rw-r--r-- | src/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logname.c b/src/logname.c index 8abb535f0..0a739cc50 100644 --- a/src/logname.c +++ b/src/logname.c @@ -44,7 +44,7 @@ Print the name of the current user.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); - emit_bug_reporting_address (); + emit_ancillary_info (); } exit (status); } |