summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 10:18:47 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 10:18:47 +0000
commitaf6caa6835d1791614355ecd368e8be0a5973e35 (patch)
treeb68548b4bebdd5482ab904c83aac7fd6c75d9f97
parentRenaming container rename command to move for consistency. (diff)
downloadcompute-tools-af6caa6835d1791614355ecd368e8be0a5973e35.tar.xz
compute-tools-af6caa6835d1791614355ecd368e8be0a5973e35.zip
Tidying container move interactive question.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xlib/container/move2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/move b/lib/container/move
index 467d687..0d00ac8 100755
--- a/lib/container/move
+++ b/lib/container/move
@@ -110,7 +110,7 @@ case "${FORCE}" in
*)
if container list --other | grep -qs "^${OLD}$"
then
- echo -n "'${OLD}': rename remote container to '${NEW}' [y|N]? "
+ echo -n "'${OLD}': rename container to '${NEW}' [y|N]? "
read FORCE
FORCE="$(echo ${FORCE} | tr [A-Z] [a-z])"