aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index e1b09ccaf..cb1ed567f 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -416,6 +416,7 @@ IF_UUENCODE(APPLET(uuencode, _BB_DIR_USR_BIN, _BB_SUID_DROP))
416IF_VCONFIG(APPLET(vconfig, _BB_DIR_SBIN, _BB_SUID_DROP)) 416IF_VCONFIG(APPLET(vconfig, _BB_DIR_SBIN, _BB_SUID_DROP))
417IF_VI(APPLET(vi, _BB_DIR_BIN, _BB_SUID_DROP)) 417IF_VI(APPLET(vi, _BB_DIR_BIN, _BB_SUID_DROP))
418IF_VLOCK(APPLET(vlock, _BB_DIR_USR_BIN, _BB_SUID_REQUIRE)) 418IF_VLOCK(APPLET(vlock, _BB_DIR_USR_BIN, _BB_SUID_REQUIRE))
419IF_VOLNAME(APPLET(volname, _BB_DIR_USR_BIN, _BB_SUID_DROP))
419IF_WATCH(APPLET(watch, _BB_DIR_BIN, _BB_SUID_DROP)) 420IF_WATCH(APPLET(watch, _BB_DIR_BIN, _BB_SUID_DROP))
420IF_WATCHDOG(APPLET(watchdog, _BB_DIR_SBIN, _BB_SUID_DROP)) 421IF_WATCHDOG(APPLET(watchdog, _BB_DIR_SBIN, _BB_SUID_DROP))
421IF_WC(APPLET(wc, _BB_DIR_USR_BIN, _BB_SUID_DROP)) 422IF_WC(APPLET(wc, _BB_DIR_USR_BIN, _BB_SUID_DROP))
diff --git a/include/usage.h b/include/usage.h
index 5aedeab78..accda3341 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4901,6 +4901,11 @@ IF_FEATURE_TUNCTL_UG( \
4901 "\nOptions:" \ 4901 "\nOptions:" \
4902 "\n -a Lock all VTs" \ 4902 "\n -a Lock all VTs" \
4903 4903
4904#define volname_trivial_usage \
4905 "[DEVICE]"
4906#define volname_full_usage "\n\n" \
4907 "Show CD volume name of the DEVICE (default /dev/cdrom)"
4908
4904#define watch_trivial_usage \ 4909#define watch_trivial_usage \
4905 "[-n seconds] [-t] PROG [ARGS]" 4910 "[-n seconds] [-t] PROG [ARGS]"
4906#define watch_full_usage "\n\n" \ 4911#define watch_full_usage "\n\n" \