summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-11-26 13:11:30 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-11-26 13:11:30 +0000
commit08f323335b27f87f4fed15bf84d726996d74b691 (patch)
tree0058c9329de08b0f87dd4dec433e11f963052ed5
parent10fd2a153be3b40adb778d638893de11229376ac (diff)
downloadquilt-08f323335b27f87f4fed15bf84d726996d74b691.tar.gz
Oops, forgot to commit message changes
-rw-r--r--quilt/fold.in8
-rw-r--r--quilt/fork.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/quilt/fold.in b/quilt/fold.in
index 65769fe..0f1f6e1 100644
--- a/quilt/fold.in
+++ b/quilt/fold.in
@@ -24,10 +24,10 @@ usage()
then
echo $"
-Fold the patch read from standard input into the topmost patch: After
-making sure that all files modified by the patchfile are part of the
-topmost patch, the patch is applied with the specified strip level
-(which defaults to 1).
+Integrate the patch read from standard input into the topmost patch:
+After making sure that all files modified are part of the topmost
+patch, the patch is applied with the specified strip level (which
+defaults to 1).
-p strip-level
The number of pathname components to strip from file names
diff --git a/quilt/fork.in b/quilt/fork.in
index f2bee86..9864176 100644
--- a/quilt/fork.in
+++ b/quilt/fork.in
@@ -26,7 +26,7 @@ usage()
Fork the next patch. If new_name is missing, the name of the
forked patch will be the current patch name, followed by \"-2\".
If the patch name already ends in a dash-and-number, the number is
-further incremented (e.g., patch.diff, patch-2.diff).
+further incremented (e.g., patch.diff, patch-2.diff, patch-3.diff).
"
exit 0
else