summaryrefslogtreecommitdiff
path: root/logname.c
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-07-16 20:57:15 +0000
committerMatt Kraai <kraai@debian.org>2000-07-16 20:57:15 +0000
commitbf181b9338152759fd56c8009e9a962a84808e7c (patch)
treee8c416c791c690f661c513340662e4e98ff3464a /logname.c
parent3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217 (diff)
downloadbusybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.gz
busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.tar.bz2
busybox-w32-bf181b9338152759fd56c8009e9a962a84808e7c.zip
Extract usage information into a separate file.
Diffstat (limited to 'logname.c')
-rw-r--r--logname.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/logname.c b/logname.c
index 12ebfbde6..a0aff42d6 100644
--- a/logname.c
+++ b/logname.c
@@ -23,12 +23,6 @@
23#include "internal.h" 23#include "internal.h"
24#include <stdio.h> 24#include <stdio.h>
25 25
26static const char logname_usage[] = "logname\n"
27#ifndef BB_FEATURE_TRIVIAL_HELP
28 "\nPrint the name of the current user.\n"
29#endif
30 ;
31
32extern int logname_main(int argc, char **argv) 26extern int logname_main(int argc, char **argv)
33{ 27{
34 char *user = xmalloc(9); 28 char *user = xmalloc(9);