missing "there" added
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3565 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4e6cf01f9c
commit
e98c0550c3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Adds file(s) to be extracted to the current output path ($OUTDIR).
|
|||
|
||||
\b Wildcards are supported.
|
||||
|
||||
\b If the /r switch is used, files and directories are added recursively. If is no trailing wildcard (e.g. File /r C:\\whatever\\mydir), then the whole tree of mydir will go in $OUTDIR\\mydir. To put it in $OUTDIR, use File /r C:\\whatever\\mydir\\*.*
|
||||
\b If the /r switch is used, files and directories are added recursively. If there is no trailing wildcard (e.g. File /r C:\\whatever\\mydir), then the whole tree of mydir will go in $OUTDIR\\mydir. To put it in $OUTDIR, use File /r C:\\whatever\\mydir\\*.*
|
||||
|
||||
\b If the /a switch is used, the attributes of the file(s) added will be preserved.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue