Updated usage info. Last one was really stupid. This one is a tad better.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1011 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-14 00:43:48 +00:00
parent 7604e28f3f
commit b5b30f0424

View file

@ -30,7 +30,7 @@
// Defines
#define NSIS_URL "http://sourceforge.net/projects/nsis/"
#define USAGE "Usage:\r\n\r\n File | Load Script...\r\n -or-\r\n Drag .nsi file into this window\r\n -or-\r\n Right click .nsi and choose \"Compile NSI\""
#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag .nsi file into this window\r\n - Right click .nsi and choose \"Compile NSI\""
#define COPYRIGHT "Copyright (c) 2002 Robert Rainwater"
#define CONTRIBUTOR "Portions Copyright (c) 2002 Justin Frankel, Fritz Elfert, and Amir Szekely"
#define DOCPATH "http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/nsis/NSIS/docs/index.html?rev=HEAD"