aboutsummaryrefslogtreecommitdiff
path: root/coreutils/whoami.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:16:10 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:16:10 +0000
commitd53cc65a1205f2a1b5a9706441504a993a06aa8f (patch)
treeafe963cde5e3882b8785c963d7d1ec07d458a85a /coreutils/whoami.c
parent20d662d561d8d642b825bb00c77638af010cf690 (diff)
downloadbusybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.tar.gz
busybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.tar.bz2
busybox-w32-d53cc65a1205f2a1b5a9706441504a993a06aa8f.zip
More updates to the docs, and fixes to sync things with the docs.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/whoami.c')
-rw-r--r--coreutils/whoami.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/coreutils/whoami.c b/coreutils/whoami.c
index 3677c2fbc..5c3fea13f 100644
--- a/coreutils/whoami.c
+++ b/coreutils/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{