summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-07-22 02:37:33 +0000
committerMartin Quinson <mquinson@debian.org>2004-07-22 02:37:33 +0000
commit24d62b8d779e287ed3a418e83aef1475d6720c37 (patch)
tree5bef49455835c3a839fd2a597b2dbe331f727b1b /scripts
parentd649a9b55d1ac33cf6fd423b7ad7d9e9fb0bc2c0 (diff)
downloadquilt-24d62b8d779e287ed3a418e83aef1475d6720c37.tar.gz
Tell the user to refresh patch which does not remove properly, not only to force with -f
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rpatch.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpatch.in b/scripts/rpatch.in
index 6f859f7..7d179d3 100755
--- a/scripts/rpatch.in
+++ b/scripts/rpatch.in
@@ -97,7 +97,7 @@ check_for_pending_changes()
if [ -s $remains ]
then
- printf $"Patch %s does not remove cleanly (enforce with -f)\n" \
+ printf $"Patch %s does not remove cleanly (refresh it or enforce with -f)\n" \
"$(print_patch $patch)" >&2
status=1
fi