summaryrefslogtreecommitdiff
path: root/morphlib/exts/rawdisk.check
diff options
context:
space:
mode:
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()