diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 8073c15e1..386f4b110 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -311,6 +311,7 @@ USE_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
311 | //USE_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 311 | //USE_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
312 | USE_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 312 | USE_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
313 | USE_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 313 | USE_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
314 | USE_UDPSVD(APPLET(udpsvd, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | ||
314 | USE_UMOUNT(APPLET(umount, _BB_DIR_BIN, _BB_SUID_NEVER)) | 315 | USE_UMOUNT(APPLET(umount, _BB_DIR_BIN, _BB_SUID_NEVER)) |
315 | USE_UNAME(APPLET(uname, _BB_DIR_BIN, _BB_SUID_NEVER)) | 316 | USE_UNAME(APPLET(uname, _BB_DIR_BIN, _BB_SUID_NEVER)) |
316 | USE_UNCOMPRESS(APPLET(uncompress, _BB_DIR_BIN, _BB_SUID_NEVER)) | 317 | USE_UNCOMPRESS(APPLET(uncompress, _BB_DIR_BIN, _BB_SUID_NEVER)) |
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 \ |