From f6849b6bec800c420d3a7ff20db2a5d6a6eda8d5 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Mar 2007 14:16:30 +0000 Subject: [PATCH] it's /o not /0 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4989 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/tokens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tokens.cpp b/Source/tokens.cpp index 398497bf..f1610dde 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -154,7 +154,7 @@ static tokenType tokenlist[TOK__LAST] = {TOK_RENAME,"Rename",2,1,"[/REBOOTOK] source_file destination_file",TP_CODE}, {TOK_RET,"Return",0,0,"",TP_CODE}, {TOK_RMDIR,"RMDir",1,2,"[/r] [/REBOOTOK] directory_name",TP_CODE}, -{TOK_SECTION,"Section",0,3,"[/0] [-][un.][section_name] [section index output]",TP_GLOBAL}, +{TOK_SECTION,"Section",0,3,"[/o] [-][un.][section_name] [section index output]",TP_GLOBAL}, {TOK_SECTIONEND,"SectionEnd",0,0,"",TP_SEC}, {TOK_SECTIONIN,"SectionIn",1,-1,"InstTypeIdx [InstTypeIdx [...]]",TP_SEC}, {TOK_SUBSECTION,"SubSection",1,2,"deprecated - use SectionGroup",TP_GLOBAL},