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 e1fbf7599..cec2dd766 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3348,6 +3348,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3348 | "\n-E Do not set up TCP-related environment variables" \ | 3348 | "\n-E Do not set up TCP-related environment variables" \ |
3349 | "\n-v Verbose" | 3349 | "\n-v Verbose" |
3350 | 3350 | ||
3351 | #define udpsvd_trivial_usage \ | ||
3352 | "TODO" | ||
3353 | #define udpsvd_full_usage \ | ||
3354 | "TODO" | ||
3355 | |||
3351 | #define tftp_trivial_usage \ | 3356 | #define tftp_trivial_usage \ |
3352 | "[OPTION]... HOST [PORT]" | 3357 | "[OPTION]... HOST [PORT]" |
3353 | #define tftp_full_usage \ | 3358 | #define tftp_full_usage \ |