diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index df770c454..5a725e305 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -1273,23 +1273,6 @@ INSERT | |||
1273 | "\n -m Show \"mode not cleared\" warnings" \ | 1273 | "\n -m Show \"mode not cleared\" warnings" \ |
1274 | "\n -f Force file system check" \ | 1274 | "\n -f Force file system check" \ |
1275 | 1275 | ||
1276 | #define ftpd_trivial_usage \ | ||
1277 | "[-wvS] [-t N] [-T N] [DIR]" | ||
1278 | #define ftpd_full_usage "\n\n" \ | ||
1279 | "Anonymous FTP server\n" \ | ||
1280 | "\n" \ | ||
1281 | "ftpd should be used as an inetd service.\n" \ | ||
1282 | "ftpd's line for inetd.conf:\n" \ | ||
1283 | " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" \ | ||
1284 | "It also can be ran from tcpsvd:\n" \ | ||
1285 | " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \ | ||
1286 | "\nOptions:" \ | ||
1287 | "\n -w Allow upload" \ | ||
1288 | "\n -v Log to stderr" \ | ||
1289 | "\n -S Log to syslog" \ | ||
1290 | "\n -t,-T Idle and absolute timeouts" \ | ||
1291 | "\n DIR Change root to this directory" \ | ||
1292 | |||
1293 | #define ftpget_trivial_usage \ | 1276 | #define ftpget_trivial_usage \ |
1294 | "[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE" | 1277 | "[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE" |
1295 | #define ftpget_full_usage "\n\n" \ | 1278 | #define ftpget_full_usage "\n\n" \ |