summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-02 21:28:53 +0200
committersr2013-04-12 19:11:40 +0200
commit6258e8298239fb49e26de7de90e4b616db0523aa (patch)
tree6d0f0280f5ff7d9524644812a2764b5ff86663f0 /mltk
parentMake server -s actually sync from remote server using rsync. Currently suppor... (diff)
downloadtm-scripts-6258e8298239fb49e26de7de90e4b616db0523aa.tar.gz
tm-scripts-6258e8298239fb49e26de7de90e4b616db0523aa.tar.xz
tm-scripts-6258e8298239fb49e26de7de90e4b616db0523aa.zip
...
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 8d1bd367..92be9644 100755
--- a/mltk
+++ b/mltk
@@ -85,7 +85,7 @@ print_usage() {
echo -e " Existing targets for remote are:"
echo -e " $(echo $(ls ${ROOT_DIR}/remote/targets 2>/dev/null || echo "No targets for remote found."))"
echo -e " Existing targets for server are:"
- echo -e " $(echo $(ls ${ROOT_DIR}/server/remote_builds 2>/dev/null || echo "No targets for server found."))"
+ echo -e "<TODO: Scan mirrored remote machines and the targets they contain>"
echo -e ""
}