diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 14 |
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 @@ | |||
1280 | "\n -m Show \"mode not cleared\" warnings" \ | 1280 | "\n -m Show \"mode not cleared\" warnings" \ |
1281 | "\n -f Force file system check" \ | 1281 | "\n -f Force file system check" \ |
1282 | 1282 | ||
1283 | #define ftpd_trivial_usage \ | ||
1284 | "[-w] [DIR]" | ||
1285 | #define ftpd_full_usage "\n\n" \ | ||
1286 | "FTP server\n" \ | ||
1287 | "\n" \ | ||
1288 | "ftpd should be used as an inetd service.\n" \ | ||
1289 | "ftpd's line for inetd.conf:\n" \ | ||
1290 | " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" \ | ||
1291 | "It also can be ran from tcpsvd:\n" \ | ||
1292 | " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \ | ||
1293 | "\nOptions:" \ | ||
1294 | "\n -w Allow upload" \ | ||
1295 | "\n DIR Change root to ths directory" \ | ||
1296 | |||
1283 | #define ftpget_trivial_usage \ | 1297 | #define ftpget_trivial_usage \ |
1284 | "[options] remote-host local-file remote-file" | 1298 | "[options] remote-host local-file remote-file" |
1285 | #define ftpget_full_usage "\n\n" \ | 1299 | #define ftpget_full_usage "\n\n" \ |