From 514bc20e7438813bba52a62a0f304d80f6ac385f Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 24 Apr 2015 17:22:17 +0200 Subject: guards: Documentation update * Fix synopsis format. * Document the new --path=@ option. --- bin/guards.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/guards.in b/bin/guards.in index 67b84ff..0c20372 100644 --- a/bin/guards.in +++ b/bin/guards.in @@ -252,8 +252,8 @@ guards - select from a list of files guarded by conditions =head1 SYNOPSIS F [--prefix=F] [--path=F] [--default=<0|1>] - [--check|--list] [--invert-match] [--with-guards] [--config=] - I ... +[--check|--list] [--invert-match] [--with-guards] [--config=] +I ... =head1 DESCRIPTION @@ -288,7 +288,9 @@ file system. If files are referenced in the specification that do not exist, or if files are not enlisted in the specification file warnings are printed. The 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. +I<--prefix> option specifies the location of the files. Alternatively, the +I<--path=@EfileE> syntax can be used to specify a file from which the +file names will be read. 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 -- cgit