ftpd: add idle and absolute timeouts. This is a security issue,
[oweals/busybox.git] / include / usage.h
index 25a716278ce763c8d5789871139eb553d001c385..e787543159da5db401932763226dbc64763d2921 100644 (file)
      "\n       -f      Force file system check" \
 
 #define ftpd_trivial_usage \
-       "[-wvS] [DIR]"
+       "[-wvS] [-t N] [-T N] [DIR]"
 #define ftpd_full_usage "\n\n" \
        "FTP server\n" \
        "\n" \
      "\n       -w      Allow upload" \
      "\n       -v      Log to stderr" \
      "\n       -S      Log to syslog" \
+     "\n       -t,-T   Idle and absolute timeouts" \
      "\n       DIR     Change root to this directory" \
 
 #define ftpget_trivial_usage \