From 67eb341532a8d3e456153ec5195652132c46b97c Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 6 Apr 2016 21:09:08 +0200 Subject: [PATCH] Improved the usage text --- upgrade-v1.0x-v1.1x.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade-v1.0x-v1.1x.sh b/upgrade-v1.0x-v1.1x.sh index 5b30ac7..d42726f 100755 --- a/upgrade-v1.0x-v1.1x.sh +++ b/upgrade-v1.0x-v1.1x.sh @@ -63,8 +63,8 @@ function Usage { echo "Usage: $0 --master=/path/to/master/replica --slave=/path/to/local/slave/replica --sync-id=existing_id" echo "Usage: $0 --master=/path/to/master/replica --slave=ssh://[backupuser]@remotehost.com[:portnumber]//path/to/slave/replica --sync-id=existing_id --rsakey=/path/to/rsa/key" echo "" - echo "If config file is provided, the config file itself and both replicas from config file will be updated." - echo "If no config file provided, assume you run the update script just like any other quicksync task." + echo "If config file is provided, the config file itself and both replicas from config file will be updated. Please make sure the config file is writable." + echo "If no config file provided, assume you run the update script just like any other quicksync task." echo "If sync-id is not specified, it will assume handling a quicksync task." exit 128 }