diff --git a/vcsh b/vcsh
index 1e9f2d5f830812a1f2c6542945932991cc2d032a..6e18e16b78d9762d2fe4d827677e1701d1908839 100755
--- a/vcsh
+++ b/vcsh
@@ -161,7 +161,7 @@ clone() {
 	done
 	[ "$VCSH_CONFLICT" = '1' ]) &&
 		fatal "will stop after fetching and not try to merge!
-  Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning." 17
+  Once this situation has been resolved, run 'vcsh $VCSH_REPO_NAME pull' to finish cloning." 17
 	git merge origin/master
 	hook post-merge
 	hook post-clone