From 70f42f9901cbcd0272ca99c188866327ac2ccd9a Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 14 Mar 2006 19:53:46 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4591 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/basic.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/basic.but b/Docs/src/basic.but index 339d244a..803c2994 100644 --- a/Docs/src/basic.but +++ b/Docs/src/basic.but @@ -121,7 +121,7 @@ Remove the specified directory (which should be a full path). Without /r, the di \c RMDir $INSTDIR \c RMDir $INSTDIR\data -\c RMDir /r /REBOOTOK $INSTIDR +\c RMDir /r /REBOOTOK $INSTDIR \c RMDir /REBOOTOK $INSTDIR\DLLs Note that the current working directory can not be deleted. The current working directory is set by \R{setoutpath}{SetOutPath}. For example, the following example will not delete the directory.