summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/who.c b/src/who.c
index f162fab58..0ac971031 100644
--- a/src/who.c
+++ b/src/who.c
@@ -34,6 +34,7 @@
#include "canon-host.h"
#include "readutmp.h"
#include "error.h"
+#include "hard-locale.h"
#include "quote.h"
/* The official name of this program (e.g., no `g' prefix). */
@@ -665,7 +666,7 @@ Print information about users who are currently logged in.\n\
If FILE is not specified, use %s. %s as FILE is common.\n\
If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
"), UTMP_FILE, WTMP_FILE);
- emit_bug_reporting_address ();
+ emit_ancillary_info ();
}
exit (status);
}