summaryrefslogtreecommitdiffstats
path: root/openslx
diff options
context:
space:
mode:
authorMichael Pereira Neves2014-05-23 19:07:31 +0200
committerMichael Pereira Neves2014-05-23 19:07:31 +0200
commitbc959ca6a1b99cbf27fae30f60a50678d5c4e278 (patch)
tree7a69869181653b0a8a62109dcecb288dd8c2d018 /openslx
parent[mltk] display help if executed without parameters (diff)
downloadtm-scripts-bc959ca6a1b99cbf27fae30f60a50678d5c4e278.tar.gz
tm-scripts-bc959ca6a1b99cbf27fae30f60a50678d5c4e278.tar.xz
tm-scripts-bc959ca6a1b99cbf27fae30f60a50678d5c4e278.zip
[openslx] remove obsolete 'server' from help message
Diffstat (limited to 'openslx')
-rwxr-xr-xopenslx12
1 files changed, 6 insertions, 6 deletions
diff --git a/openslx b/openslx
index 9460dc74..6f683757 100755
--- a/openslx
+++ b/openslx
@@ -80,17 +80,17 @@ print_usage() {
echo -e " -c clean target in server/local_builds/ and corresponding files under boot/"
echo -e ""
echo -e " Examples:"
- echo -e " server 1.2.3.4 -s"
+ echo -e " 1.2.3.4 -s"
echo -e " (sync all builds from remote system 1.2.3.4)"
- echo -e " server 1.2.3.4 stage31 -e cpio"
+ echo -e " 1.2.3.4 stage31 -e cpio"
echo -e " (packs stage31 as initram-fs (cpio) from remote system 1.2.3.4)"
- echo -e " server 1.2.3.4 stage32 -e sqfs"
+ echo -e " 1.2.3.4 stage32 -e sqfs"
echo -e " (packs stage32 as squashfs from remote system 1.2.3.4)"
- echo -e " server 1.2.3.4 stage31 -c"
+ echo -e " 1.2.3.4 stage31 -c"
echo -e " (clean stage31 build under server/local_builds and initramfs under server/boot)"
- echo -e " server 1.2.3.4 addons-eexam -e sqfs -s"
+ echo -e " 1.2.3.4 addons-eexam -e sqfs -s"
echo -e " (pack eexam-addons as squashfs, sync from remote before packing)"
- echo -e " server 1.2.3.4 -k <configname>"
+ echo -e " 1.2.3.4 -k <configname>"
echo -e " (generate config file server/boot/<remotehost>/configs/<configname>/config.tgz)"
echo -e ""
echo -e " NOTE: Use 'local' as the remote host if you're running on the same machine as mltk."