diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 3f5bf9bde..77258be42 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -274,6 +274,7 @@ USE_SHA1SUM(APPLET_ODDNAME(sha1sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVE | |||
274 | USE_SLEEP(APPLET(sleep, _BB_DIR_BIN, _BB_SUID_NEVER)) | 274 | USE_SLEEP(APPLET(sleep, _BB_DIR_BIN, _BB_SUID_NEVER)) |
275 | USE_SOFTLIMIT(APPLET_ODDNAME(softlimit, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, softlimit)) | 275 | USE_SOFTLIMIT(APPLET_ODDNAME(softlimit, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, softlimit)) |
276 | USE_SORT(APPLET(sort, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 276 | USE_SORT(APPLET(sort, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
277 | USE_SPLIT(APPLET(split, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | ||
277 | USE_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, _BB_DIR_SBIN, _BB_SUID_NEVER, start_stop_daemon)) | 278 | USE_START_STOP_DAEMON(APPLET_ODDNAME(start-stop-daemon, start_stop_daemon, _BB_DIR_SBIN, _BB_SUID_NEVER, start_stop_daemon)) |
278 | USE_STAT(APPLET(stat, _BB_DIR_BIN, _BB_SUID_NEVER)) | 279 | USE_STAT(APPLET(stat, _BB_DIR_BIN, _BB_SUID_NEVER)) |
279 | USE_STRINGS(APPLET(strings, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 280 | USE_STRINGS(APPLET(strings, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index 7adc1fc78..4843f5f67 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2952,6 +2952,12 @@ | |||
2952 | ) \ | 2952 | ) \ |
2953 | "" | 2953 | "" |
2954 | 2954 | ||
2955 | #define split_trivial_usage \ | ||
2956 | "[OPTION] [INPUT [PREFIX]]" | ||
2957 | #define split_full_usage \ | ||
2958 | "Options:" \ | ||
2959 | "\n -blah XXX: Fixme: usage.h" | ||
2960 | |||
2955 | #define start_stop_daemon_trivial_usage \ | 2961 | #define start_stop_daemon_trivial_usage \ |
2956 | "[OPTIONS] [--start|--stop] ... [-- arguments...]" | 2962 | "[OPTIONS] [--start|--stop] ... [-- arguments...]" |
2957 | #define start_stop_daemon_full_usage \ | 2963 | #define start_stop_daemon_full_usage \ |