summaryrefslogtreecommitdiff
path: root/morphlib/exts/rawdisk.check
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2014-09-01 10:27:14 +0000
committerSam Thursfield <sam@afuera.me.uk>2014-09-01 10:27:14 +0000
commit6517fd82be115388dda0532aedd6a835345635e6 (patch)
treec57313e6eca50816db6c1649dd4c4ff22d0d5465 /morphlib/exts/rawdisk.check
parent9c0011417081326ebb72d9ed02fcbbc456946dc4 (diff)
parent354253df295bb2815a9d5e0744b3aa98eea6aad9 (diff)
downloadmorph-6517fd82be115388dda0532aedd6a835345635e6.tar.gz
Merge branch 'deploy-improvements'
Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'morphlib/exts/rawdisk.check')
-rwxr-xr-xmorphlib/exts/rawdisk.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/exts/rawdisk.check b/morphlib/exts/rawdisk.check
index 5e75abe2..acdc4de1 100755
--- a/morphlib/exts/rawdisk.check
+++ b/morphlib/exts/rawdisk.check
@@ -46,7 +46,7 @@ class RawdiskCheckExtension(morphlib.writeexts.WriteExtension):
else:
if os.path.exists(location):
raise cliapp.AppException(
- 'Target %s already exists. Pass --upgrade if you want to '
- 'update an existing image.' % location)
+ 'Target %s already exists. Use `morph upgrade` if you '
+ 'want to update an existing image.' % location)
RawdiskCheckExtension().run()