clearified optional and required parameters at some commands with multiple [optional] parameters

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2248 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2003-03-07 19:37:33 +00:00
parent 1dfe83098b
commit da2dd5a56d
4 changed files with 22 additions and 22 deletions

View file

@ -2,7 +2,7 @@
\S2{logset} LogSet
\c on|off
\c on|\\<b\\>off\\</b\\>
Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must have a value before you call this function or it will not work. Note that \e{NSIS_CONFIG_LOG} must be set in the installer configuration (it is not by default) to support this.
@ -10,4 +10,4 @@ Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must
\c text
If installer logging is enabled, inserts text "text" into the log file.
If installer logging is enabled, inserts text "text" into the log file.