summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2013-12-11 20:26:08 +0100
committerJean Delvare <jdelvare@suse.de>2013-12-11 20:26:08 +0100
commit160b4d38812ff138111891497a256ec2dd7ceb9e (patch)
tree77eccbb9f6d454941a4655ff53db6d6631c17c72 /bin
parentc49d0e6075ee8f3d08985039e601851b1bdac26c (diff)
downloadquilt-160b4d38812ff138111891497a256ec2dd7ceb9e.tar.gz
guards: Minor update
Diffstat (limited to 'bin')
-rw-r--r--bin/guards.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/bin/guards.in b/bin/guards.in
index 2c175fa..4def750 100644
--- a/bin/guards.in
+++ b/bin/guards.in
@@ -98,8 +98,8 @@ my @path;
sub help() {
print "$0 - select from a list of files guarded by conditions\n";
print "SYNOPSIS: $0 [--prefix=dir] [--path=dir1:dir2:...]\n" .
- " [--default=0|1] [--check|--list] [--config=file] " .
- "symbol ...\n\n" .
+ " [--default=0|1] [--check|--list] [--invert-match]\n" .
+ " [--with-guards] [--config=file] symbol ...\n\n" .
" (Default values: --path='" . join(':', @path) . "', " .
"--default=$default)\n";
exit 0;
@@ -230,8 +230,8 @@ guards - select from a list of files guarded by conditions
=head1 SYNOPSIS
-F<guards> [--prefix=F<dir>] [--path=F<dir2:dir2:...>] [--default=I<0>|I<1>]
- [-v|--invert-match] [--list|--check] [--config=F<file>]
+F<guards> [--prefix=F<dir>] [--path=F<dir1:dir2:...>] [--default=<0|1>]
+ [--check|--list] [--invert-match] [--with-guards] [--config=<file>]
I<symbol> ...
=head1 DESCRIPTION
@@ -269,6 +269,10 @@ I<--path> option can be used to specify which directory or directories to scan.
Multiple directories are separated by a colon (C<:>) character. The
I<--prefix> option specifies the location of the files.
+Use I<--list> to list all files independent of any rules. Use I<--invert-match>
+to list only the excluded patches. Use I<--with-guards> to also include all
+inclusion and exclusion rules.
+
=head1 AUTHOR
-Andreas Gruenbacher <agruen@suse.de> (SuSE Linux AG)
+Andreas Gruenbacher <agruen@suse.de>, SUSE Labs