aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index b19803dfa..e945840b8 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 "[-vw] [DIR]" 1284 "[-wvS] [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" \
@@ -1291,8 +1291,9 @@
1291 "It also can be ran from tcpsvd:\n" \ 1291 "It also can be ran from tcpsvd:\n" \
1292 " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \ 1292 " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \
1293 "\nOptions:" \ 1293 "\nOptions:" \
1294 "\n -v Log also to stderr" \
1295 "\n -w Allow upload" \ 1294 "\n -w Allow upload" \
1295 "\n -v Log to stderr" \
1296 "\n -S Log to syslog" \
1296 "\n DIR Change root to this directory" \ 1297 "\n DIR Change root to this directory" \
1297 1298
1298#define ftpget_trivial_usage \ 1299#define ftpget_trivial_usage \