summaryrefslogtreecommitdiff
path: root/rvi
diff options
context:
space:
mode:
Diffstat (limited to 'rvi')
-rwxr-xr-xrvi2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvi b/rvi
index f02c240..9520332 100755
--- a/rvi
+++ b/rvi
@@ -19,7 +19,7 @@ if [ $? -ne 0 ] ; then
echo
echo "Differences detected"
echo "run 'co $1' to overwrite with last committed version"
- echo "or 'co -l $1; patch $1 < $1.rvi.diff; ci -u $1' to commit; chown $owner $1"
+ echo "or 'co -l $1; patch $1 < $1.rvi.diff; ci -u $1; chown $owner $1' to commit"
exit 1
fi
rm -f $1.rvi.diff