From ba7fd9691c41272a806d6e04bf264ad031dc04d1 Mon Sep 17 00:00:00 2001 From: Kevin Kluge Date: Fri, 15 Oct 2010 13:54:12 -0700 Subject: [PATCH] change messages --- setup/bindir/cloud-migrate-snapshot.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/bindir/cloud-migrate-snapshot.in b/setup/bindir/cloud-migrate-snapshot.in index 78b1ac6b3ec..c3667710c98 100644 --- a/setup/bindir/cloud-migrate-snapshot.in +++ b/setup/bindir/cloud-migrate-snapshot.in @@ -1,7 +1,7 @@ #!/bin/bash #set -x Usage() { - echo "migrate snapshots created from CloudStack 2.1.3 to 2.1.4 and later:" + echo "Migrate snapshots to CloudStack 2.1.4 and later format:" echo "$0 -m {secondary-storage mount point} " exit 1 } @@ -40,7 +40,7 @@ fi mountPath=$mountPath/snapshots if [ ! -d $mountPath ] then - echo "No snapshots exit, nothing to do" + echo "No snapshots exist, nothing to do" exit 0 fi