--help display this help and exit\n\
--version output version information and exit\n\
\n\
-If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\
+If FILE is not specified, use %s. /etc/wtmp as FILE is common.\n\
If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\
-"));
+"), UTMP_FILE);
puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu"));
}
exit (status);
printf (_("Usage: %s [OPTION]... [ FILE ]\n"), program_name);
printf (_("\
Output who is currently logged in according to FILE.\n\
-If FILE not given, uses /etc/utmp. /etc/wtmp as FILE is common.\n\
+If FILE is not specified, use %s. /etc/wtmp as FILE is common.\n\
\n\
--help display this help and exit\n\
- --version output version information and exit\n"));
+ --version output version information and exit\n"), UTMP_FILE);
puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu"));
}
exit (status);