fix erroneous glob examples in --ignore documentation
Many thanks to Daniel Shahaf for noticing this. http://lists.gnu.org/archive/html/bug-stow/2017-07/msg00000.html
This commit is contained in:
parent
e2af22c11a
commit
c84de4eb14
2 changed files with 3 additions and 2 deletions
|
@ -288,10 +288,10 @@ execute @command{stow} from the directory @file{/usr/local/stow}.
|
|||
|
||||
@item --ignore=@var{regexp}
|
||||
This (repeatable) option lets you suppress acting on files that match the
|
||||
given perl regular expression. For example, using the options
|
||||
given Perl regular expression. For example, using the options
|
||||
|
||||
@example
|
||||
--ignore='*.orig' --ignore='*.dist'
|
||||
--ignore='.*\.orig' --ignore='.*\.dist'
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue