summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-15 20:13:41 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-15 20:13:41 +0000
commit94d6a7f507abe5ee3955f0faa911ef4745a66503 (patch)
treeeef423586e03f65c3ec9f5fc0dfa7ef6b9ee10ff
parent41201cf83ac8a3cfbe0d17f4b2e6cfd088794f45 (diff)
downloadquilt-94d6a7f507abe5ee3955f0faa911ef4745a66503.tar.gz
Fix wrong description
-rw-r--r--quilt/pop.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/quilt/pop.in b/quilt/pop.in
index f5db699..f8a35b1 100644
--- a/quilt/pop.in
+++ b/quilt/pop.in
@@ -26,9 +26,9 @@ usage()
Remove patch(es) from the current stack. A number of
patches to remove, or a patch name can be specified. If a
-patch name is given, remove all patches up to and
-including the named patch. If neither a number nor a patch
-name is specified, remove the next patch from the series file.
+patch name is given, remove all patches applied on top of the
+named patch. If neither a number nor a patch name is specified,
+remove the next patch from the series file.
-a Remove all patches in the series file.