diff options
Diffstat (limited to 'whoami.c')
-rw-r--r-- | whoami.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -25,9 +25,7 @@ | |||
25 | #include <pwd.h> | 25 | #include <pwd.h> |
26 | 26 | ||
27 | static const char whoami_usage[] = "whoami\n\n" | 27 | static 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 | ||
32 | extern int whoami_main(int argc, char **argv) | 30 | extern int whoami_main(int argc, char **argv) |
33 | { | 31 | { |