diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 27c118e68..2363e72cd 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -286,6 +286,7 @@ USE_PSCAN(APPLET(pscan, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
286 | USE_PWD(APPLET_NOFORK(pwd, pwd, _BB_DIR_BIN, _BB_SUID_NEVER, pwd)) | 286 | USE_PWD(APPLET_NOFORK(pwd, pwd, _BB_DIR_BIN, _BB_SUID_NEVER, pwd)) |
287 | USE_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 287 | USE_RAIDAUTORUN(APPLET(raidautorun, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
288 | USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 288 | USE_RDATE(APPLET(rdate, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
289 | USE_RDEV(APPLET(rdev, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | ||
289 | USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 290 | USE_READAHEAD(APPLET(readahead, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
290 | USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 291 | USE_READLINK(APPLET(readlink, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
291 | USE_READPROFILE(APPLET(readprofile, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 292 | USE_READPROFILE(APPLET(readprofile, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index 1e05eabc6..57a9f99b8 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3168,6 +3168,14 @@ | |||
3168 | "\n -s Set the system date and time (default)" \ | 3168 | "\n -s Set the system date and time (default)" \ |
3169 | "\n -p Print the date and time" \ | 3169 | "\n -p Print the date and time" \ |
3170 | 3170 | ||
3171 | #define rdev_trivial_usage \ | ||
3172 | "" | ||
3173 | #define rdev_full_usage "\n\n" \ | ||
3174 | "Print the device node associated with the filesystem mounted at '/'" | ||
3175 | #define rdev_example_usage \ | ||
3176 | "$ rdev\n" \ | ||
3177 | "/dev/mtdblock9 /\n" | ||
3178 | |||
3171 | #define readahead_trivial_usage \ | 3179 | #define readahead_trivial_usage \ |
3172 | "[FILE]..." | 3180 | "[FILE]..." |
3173 | #define readahead_full_usage "\n\n" \ | 3181 | #define readahead_full_usage "\n\n" \ |