diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index a19bcf7c2..09b6908f9 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3325,6 +3325,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3325 | "$ echo $?\n" \ | 3325 | "$ echo $?\n" \ |
3326 | "1\n" | 3326 | "1\n" |
3327 | 3327 | ||
3328 | #define tcpsvd_trivial_usage \ | ||
3329 | "TODO" | ||
3330 | #define tcpsvd_full_usage \ | ||
3331 | "TODO" | ||
3332 | |||
3328 | #define tftp_trivial_usage \ | 3333 | #define tftp_trivial_usage \ |
3329 | "[OPTION]... HOST [PORT]" | 3334 | "[OPTION]... HOST [PORT]" |
3330 | #define tftp_full_usage \ | 3335 | #define tftp_full_usage \ |