ftpd: stop unconditional logging to syslog. This was the only applet
[oweals/busybox.git] / include / usage.h
index fb43fa36967407eb509800044c524c45b7b687cf..e945840b846ab28d42049bffd5cadf895764a523 100644 (file)
      "\n       -f      Force file system check" \
 
 #define ftpd_trivial_usage \
-       "[-w] [DIR]"
+       "[-wvS] [DIR]"
 #define ftpd_full_usage "\n\n" \
        "FTP server\n" \
        "\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" \
+     "\n       -v      Log to stderr" \
+     "\n       -S      Log to syslog" \
+     "\n       DIR     Change root to this directory" \
 
 #define ftpget_trivial_usage \
        "[options] remote-host local-file remote-file"