aboutsummaryrefslogtreecommitdiff
path: root/whoami.c
diff options
context:
space:
mode:
Diffstat (limited to 'whoami.c')
-rw-r--r--whoami.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/whoami.c b/whoami.c
index 3677c2fbc..5c3fea13f 100644
--- a/whoami.c
+++ b/whoami.c
@@ -25,9 +25,7 @@
25#include <pwd.h> 25#include <pwd.h>
26 26
27static const char whoami_usage[] = "whoami\n\n" 27static const char whoami_usage[] = "whoami\n\n"
28 "Print the user name associated with the current effective user id.\n" 28 "Prints the user name associated with the current effective user id.\n";
29
30 "Same as id -un.\n";
31 29
32extern int whoami_main(int argc, char **argv) 30extern int whoami_main(int argc, char **argv)
33{ 31{