From 00ac5cc6819f69a0a60d07f079b40ba79dd084fa Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 24 May 2005 20:43:05 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4049 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/silent.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/silent.but b/Docs/src/silent.but index 3eae9016..83821b1f 100644 --- a/Docs/src/silent.but +++ b/Docs/src/silent.but @@ -54,7 +54,7 @@ If your installer/uninstaller requires some more information that can not be gat \c done: \c FunctionEnd -The above example will copy the value the user passes on after /USRNAME= into $0. This allows the user to specify the required information on the command line instead of using the interactive user interface. The user can use: +The above example will copy the value the user passes on after /USERNAME= into $0. This allows the user to specify the required information on the command line instead of using the interactive user interface. The user can use: \c foo.exe /S /USERNAME=Bar /D=C:\Program Files\Foo