From 1a1c5f5503761fde6918e0f5c81571cb09768561 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 13 Mar 2009 17:44:52 +0000 Subject: fix for a typo which had disabled -Xshow-phases. --- src/compiler/scala/tools/nsc/CompilerCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools') diff --git a/src/compiler/scala/tools/nsc/CompilerCommand.scala b/src/compiler/scala/tools/nsc/CompilerCommand.scala index ea0aa5f969..b2cd7e5206 100644 --- a/src/compiler/scala/tools/nsc/CompilerCommand.scala +++ b/src/compiler/scala/tools/nsc/CompilerCommand.scala @@ -63,7 +63,7 @@ class CompilerCommand( (settings.Xhelp.value _, _ => xusageMsg), (settings.Yhelp.value _, _ => yusageMsg), (settings.showPlugins.value _, _.pluginDescriptions), - (settings.showPlugins.value _, _.phaseDescriptions) + (settings.showPhases.value _, _.phaseDescriptions) ) def shouldStopWithInfo: Boolean = stopSettings exists { _._1() } -- cgit v1.2.3