aboutsummaryrefslogtreecommitdiff
path: root/coreutils/logname.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/logname.c')
-rw-r--r--coreutils/logname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/logname.c b/coreutils/logname.c
index a9b1c956d..e614ca7cf 100644
--- a/coreutils/logname.c
+++ b/coreutils/logname.c
@@ -16,10 +16,10 @@
16 * a diagnostic message and an error return. 16 * a diagnostic message and an error return.
17 */ 17 */
18//config:config LOGNAME 18//config:config LOGNAME
19//config: bool "logname" 19//config: bool "logname (894 bytes)"
20//config: default y 20//config: default y
21//config: help 21//config: help
22//config: logname is used to print the current user's login name. 22//config: logname is used to print the current user's login name.
23 23
24//applet:IF_LOGNAME(APPLET_NOFORK(logname, logname, BB_DIR_USR_BIN, BB_SUID_DROP, logname)) 24//applet:IF_LOGNAME(APPLET_NOFORK(logname, logname, BB_DIR_USR_BIN, BB_SUID_DROP, logname))
25 25