From 19a293342dac9a67adab2bbb35a3447813799db8 Mon Sep 17 00:00:00 2001 From: rainwater Date: Wed, 4 Sep 2002 17:12:24 +0000 Subject: [PATCH] Forgot to update usage instructions git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@909 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Makensisw/makensisw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Makensisw/makensisw.h b/Contrib/Makensisw/makensisw.h index 93e4e659..49722839 100644 --- a/Contrib/Makensisw/makensisw.h +++ b/Contrib/Makensisw/makensisw.h @@ -30,7 +30,7 @@ // Defines #define NSIS_URL "http://sourceforge.net/projects/nsis2k/" -#define USAGE "Usage:\r\n makensisw full_path_of_makensis.exe [options] [script.nsi | - [...]]\r\n" +#define USAGE "Usage:\r\n [options] [script.nsi | - [...]]\r\n" #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*/nsis2k/NSIS/docs/index.html?rev=HEAD"