diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-01 19:10:36 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-01 19:10:36 +0000 |
commit | 3ce5169de28ddad622c2a365d19c516810997ecd (patch) | |
tree | b1f94d06f1747f36d8c880ec1160ae7abc151408 /include/usage.h | |
parent | a955398f69e1ae6270f952f5b382394fd1fb372e (diff) | |
download | busybox-w32-3ce5169de28ddad622c2a365d19c516810997ecd.tar.gz busybox-w32-3ce5169de28ddad622c2a365d19c516810997ecd.tar.bz2 busybox-w32-3ce5169de28ddad622c2a365d19c516810997ecd.zip |
udpsvd: next part of ipsvd applets (not working yet)
git-svn-id: svn://busybox.net/trunk/busybox@18297 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 \ |