aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 09:30:56 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 09:30:56 +0000
commit16b4a2de97d98d9683909b7b083035e65b3f87de (patch)
tree7f05fe86b045e8fb5186c09b8b2aea445f8c8c70 /include/usage.h
parentc8985bf3530d04946c5f4859eefdebb229c088c7 (diff)
downloadbusybox-16b4a2de97d98d9683909b7b083035e65b3f87de.tar.gz
ftpd: new applet by Adam Tkac
$ size ftpd.o text data bss dec hex filename 5703 0 0 5703 1647 ftpd.o
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index de6f03767..fb43fa369 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1280,6 +1280,20 @@
"\n -m Show \"mode not cleared\" warnings" \
"\n -f Force file system check" \
+#define ftpd_trivial_usage \
+ "[-w] [DIR]"
+#define ftpd_full_usage "\n\n" \
+ "FTP server\n" \
+ "\n" \
+ "ftpd should be used as an inetd service.\n" \
+ "ftpd's line for inetd.conf:\n" \
+ " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" \
+ "It also can be ran from tcpsvd:\n" \
+ " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \
+ "\nOptions:" \
+ "\n -w Allow upload" \
+ "\n DIR Change root to ths directory" \
+
#define ftpget_trivial_usage \
"[options] remote-host local-file remote-file"
#define ftpget_full_usage "\n\n" \