better description of command line usage (bug report #1065322)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3771 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1e93f9983f
commit
821fca5066
2 changed files with 18 additions and 10 deletions
|
@ -399,7 +399,7 @@ int main(int argc, char **argv)
|
|||
if (build.display_errors && !nousage)
|
||||
{
|
||||
fprintf(g_output,"Usage:\n"
|
||||
" makensis [options] [script.nsi | - [...]]\n"
|
||||
" makensis [option | script.nsi | - [...]]\n"
|
||||
" options are:\n"
|
||||
" " OPT_STR "CMDHELP item prints out help for 'item', or lists all commands\n"
|
||||
" " OPT_STR "HDRINFO prints information about what options makensis was compiled with\n"
|
||||
|
@ -412,6 +412,7 @@ int main(int argc, char **argv)
|
|||
" " OPT_STR "NOCD disabled the current directory change to that of the .nsi file\n"
|
||||
" " OPT_STR "Ddefine[=value] defines the symbol \"define\" for the script [to value]\n"
|
||||
" " OPT_STR "Xscriptcmd executes scriptcmd in script (i.e. \"" OPT_STR "XOutFile poop.exe\")\n"
|
||||
" parameters are processed by order (" OPT_STR "Ddef ins.nsi != ins.nsi " OPT_STR "Ddef)\n"
|
||||
" for script file name, you can use - to read from the standard input\n");
|
||||
fflush(g_output);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue