From 7072e3ddca3ae794dd17e352279f70805278ba6d Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 4 Mar 2019 03:49:56 -0600 Subject: doc: move specific checks to advanced options, for a less intimidatin… (#10779) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc: move specific checks to advanced options, for a less intimidating help * remove useless bool --- compiler/nim.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/nim.nim') diff --git a/compiler/nim.nim b/compiler/nim.nim index 5ca650789..982d0c7e5 100644 --- a/compiler/nim.nim +++ b/compiler/nim.nim @@ -68,7 +68,7 @@ proc handleCmdLine(cache: IdentCache; conf: ConfigRef) = ) self.initDefinesProg(conf, "nim_compiler") if paramCount() == 0: - writeCommandLineUsage(conf, conf.helpWritten) + writeCommandLineUsage(conf) return self.processCmdLineAndProjectPath(conf) -- cgit 1.4.1-2-gfad0