src/Pure/System/options.scala
changeset 56559 eece73c31e38
parent 56552 76cf86240cb7
child 56599 c4424d8c890f
--- a/src/Pure/System/options.scala	Sun Apr 13 16:06:55 2014 +0200
+++ b/src/Pure/System/options.scala	Sun Apr 13 16:42:44 2014 +0200
@@ -50,7 +50,7 @@
     def print: String = print(false)
     def print_default: String = print(true)
 
-    def title(strip: String): String =
+    def title(strip: String = ""): String =
     {
       val words = space_explode('_', name)
       val words1 =