summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-19 13:39:17 +0100
committerJonathan Bauer2013-03-19 13:39:17 +0100
commit72dffd3849484ba883bd590eef007fc9151f6d12 (patch)
tree560f3ef3ea831185cbb33cd234b755b50459ea69
parentfix plymouth theme path, fix stage3.1 vmware/uvesafb modprobing (diff)
downloadtm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.tar.gz
tm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.tar.xz
tm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.zip
fix path for --help
-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() {