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
1
THANKS
1
THANKS
|
@ -29,6 +29,7 @@ Joris Vankerschaver
|
|||
@Corin-EU on GitHub
|
||||
Kristoffer Haugsbakk
|
||||
Hongyi Zhao
|
||||
Daniel Shahaf
|
||||
|
||||
Email addresses of new contributors are no longer being added by default
|
||||
for privacy reasons; however please contact the maintainer if you are
|
||||
|
|
|
@ -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…
Reference in a new issue