From bc959ca6a1b99cbf27fae30f60a50678d5c4e278 Mon Sep 17 00:00:00 2001 From: Michael Pereira Neves Date: Fri, 23 May 2014 14:07:31 -0300 Subject: [openslx] remove obsolete 'server' from help message --- openslx | 12 ++++++------ 1 file 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 " + echo -e " 1.2.3.4 -k " echo -e " (generate config file server/boot//configs//config.tgz)" echo -e "" echo -e " NOTE: Use 'local' as the remote host if you're running on the same machine as mltk." -- cgit v1.2.3-55-g7522