From 72dffd3849484ba883bd590eef007fc9151f6d12 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 19 Mar 2013 13:39:17 +0100 Subject: fix path for --help --- mltk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-55-g7522