diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 25a716278..e78754315 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1281,7 +1281,7 @@ | |||
1281 | "\n -f Force file system check" \ | 1281 | "\n -f Force file system check" \ |
1282 | 1282 | ||
1283 | #define ftpd_trivial_usage \ | 1283 | #define ftpd_trivial_usage \ |
1284 | "[-wvS] [DIR]" | 1284 | "[-wvS] [-t N] [-T N] [DIR]" |
1285 | #define ftpd_full_usage "\n\n" \ | 1285 | #define ftpd_full_usage "\n\n" \ |
1286 | "FTP server\n" \ | 1286 | "FTP server\n" \ |
1287 | "\n" \ | 1287 | "\n" \ |
@@ -1294,6 +1294,7 @@ | |||
1294 | "\n -w Allow upload" \ | 1294 | "\n -w Allow upload" \ |
1295 | "\n -v Log to stderr" \ | 1295 | "\n -v Log to stderr" \ |
1296 | "\n -S Log to syslog" \ | 1296 | "\n -S Log to syslog" \ |
1297 | "\n -t,-T Idle and absolute timeouts" \ | ||
1297 | "\n DIR Change root to this directory" \ | 1298 | "\n DIR Change root to this directory" \ |
1298 | 1299 | ||
1299 | #define ftpget_trivial_usage \ | 1300 | #define ftpget_trivial_usage \ |