aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.c b/busybox.c
index d25ddc185..21b8a110e 100644
--- a/busybox.c
+++ b/busybox.c
@@ -110,7 +110,7 @@ const struct BB_applet applets[] = {
110 {"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage}, 110 {"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage},
111#endif 111#endif
112#ifdef BB_GETOPT 112#ifdef BB_GETOPT
113 {"getopt", getopt_main, _BB_DIR_BIN}, 113 {"getopt", getopt_main, _BB_DIR_BIN, getopt_usage},
114#endif 114#endif
115#ifdef BB_GREP 115#ifdef BB_GREP
116 {"grep", grep_main, _BB_DIR_BIN, grep_usage}, 116 {"grep", grep_main, _BB_DIR_BIN, grep_usage},
@@ -245,7 +245,7 @@ const struct BB_applet applets[] = {
245 {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, 245 {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage},
246#endif 246#endif
247#ifdef BB_RENICE 247#ifdef BB_RENICE
248 {"renice", renice_main, _BB_DIR_USR_BIN}, 248 {"renice", renice_main, _BB_DIR_USR_BIN, renice_usage},
249#endif 249#endif
250#ifdef BB_RESET 250#ifdef BB_RESET
251 {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage}, 251 {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage},