From 79ec40865826cd9df16f63c5af1b8d5f7da6986c Mon Sep 17 00:00:00 2001 From: alena Date: Wed, 17 Nov 2010 18:52:26 -0800 Subject: [PATCH] Modified usage description for cloud-sysvmadm script --- setup/bindir/cloud-sysvmadm.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/bindir/cloud-sysvmadm.in b/setup/bindir/cloud-sysvmadm.in index 500cb22b146..db26f0c648e 100755 --- a/setup/bindir/cloud-sysvmadm.in +++ b/setup/bindir/cloud-sysvmadm.in @@ -5,8 +5,8 @@ #set -x usage() { - printf "\nUsage: %s: [-d] [-u] [-p] [-s] [-r] [-a] \n\n -d - cloud DB server ip address, defaulted to localhost if not specified \n -u - user name to access cloud DB, defaulted to "root" if not specified \n -p - cloud DB user password, defaulted to no password -s - stop then start any running SSVM or console proxy in any -zone \n -r - stop then start any running virtual router in any zone \n -a - stop then start any running SSVM, console proxy, or virtual router in any zone\n" $(basename $0) >&2 + printf "\nThe tool stopping/starting running system vms and domain routers \n\nUsage: %s: [-d] [-u] [-p] [-s] [-r] [-a] \n\n -d - cloud DB server ip address, defaulted to localhost if not specified \n -u - user name to access cloud DB, defaulted to "root" if not specified \n -p - cloud DB user password, defaulted to no password if not specified \n -s - stop then start any running SSVM or console proxy in any +zone \n -r - stop then start any running virtual router in any zone \n -a - stop then start any running SSVM, console proxy, or virtual router in any zone\n\n" $(basename $0) >&2 }