update session settings display for multi-line changes

This commit is contained in:
Mark Harrah 2012-06-02 20:54:45 -04:00
parent b7df87e2d8
commit ba55430727
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ object SessionSettings
} }
def printSettings(settings: Seq[SessionSetting]): Unit = def printSettings(settings: Seq[SessionSetting]): Unit =
for(((_,stringRep), index) <- settings.zipWithIndex) for(((_,stringRep), index) <- settings.zipWithIndex)
println(" " + (index+1) + ". " + stringRep) println(" " + (index+1) + ". " + stringRep.mkString("\n"))
def Help = """session <command> def Help = """session <command>