summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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