A clearer sentence

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2152 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-13 13:28:29 +00:00
parent 4656729df3
commit 6e05822383

View file

@ -24,7 +24,7 @@ The command line of the installer. The format of the command line can be one of
\b installer.exe PARAMETER PARAMETER PARAMETER
\b For parsing out the PARAMETER portion, see GetParameters on the useful functions appendix (See \k{getparameters}). It's worth noting that if /D= is specified on the command line (to override the install directory), it won't be in $CMDLINE.
\b For parsing out the PARAMETER portion, see GetParameters on the useful functions appendix (See \k{getparameters}). If /D= is specified on the command line (to override the install directory) it won't show up in $CMDLINE.
\e{$LANGUAGE}