diff options
Diffstat (limited to 'coreutils/whoami.c')
-rw-r--r-- | coreutils/whoami.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 3677c2f..5c3fea1 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c @@ -25,9 +25,7 @@ #include <pwd.h> static const char whoami_usage[] = "whoami\n\n" - "Print the user name associated with the current effective user id.\n" - - "Same as id -un.\n"; + "Prints the user name associated with the current effective user id.\n"; extern int whoami_main(int argc, char **argv) { |