aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 08ba88d65..9986af389 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -102,7 +102,7 @@ static const struct Applet applets[] = {
{"mnc", mnc_main},
#endif
#ifdef BB_MORE //bin
- {"more", cat_more_main},
+ {"more", more_main},
#endif
#ifdef BB_MOUNT //bin
{"mount", mount_main},