summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index ac79798e..f5d72906 100755
--- a/mltk
+++ b/mltk
@@ -74,7 +74,7 @@ print_usage() {
echo -e " server -c -b (clean and build the initramfs archives under /server/build)"
echo -e ""
echo -e " Existing modules for remote are:"
- echo -e " $(echo $(ls ${ROOT_DIR}/remote/tools))"
+ echo -e " $(echo $(ls ${ROOT_DIR}/remote/modules))"
}
initial_checks() {