chiark / gitweb /
Improve stg-fold-files-from doc.
authorYann Dirson <yann.dirson@sagem.com>
Mon, 20 Aug 2007 21:35:59 +0000 (22:35 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 20 Aug 2007 21:36:31 +0000 (22:36 +0100)
Signed-off-by: Yann Dirson <ydirson@altern.org>
contrib/stg-fold-files-from

index bfb4a1f44d26062fb41b09ed93b54c335d78268c..53d3d0224ceeb0e1c71ae4e604e4a53f9d53c775 100755 (executable)
@@ -2,12 +2,12 @@
 set -e
 
 # stg-fold-files-from - picks changes to one file from another patch.
-# Only supports picking from one file, but allows to select any range
+# Only supports picking from one file pattern, but allows to select any range
 # of hunks from the file, using the -# flag to filterdiff.
 # Use together with "filterdiff --annotate" in your diff pager, to
 # identify hunk numbers easily.
 
-# usage: stg-fold-files-from <patch> [-#<n>[-<n>][,<n>]...] <file>
+# usage: stg-fold-files-from <patch> [-#<n>[-<n>][,<n>]...] <file-pattern>
 
 # Copyright (c) 2006-2007 Yann Dirson <ydirson@altern.org>
 # Subject to the GNU GPL, version 2.