From 7c0952a266a759374ba499eecd2b5dc139a472d0 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Wed, 23 Nov 2011 04:12:31 +0530 Subject: [PATCH] Tweak ReadDetailed message per suggestion --- main/CommandSupport.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CommandSupport.scala b/main/CommandSupport.scala index 36b19c704..881c9cdec 100644 --- a/main/CommandSupport.scala +++ b/main/CommandSupport.scala @@ -179,7 +179,7 @@ ProjectCommand + ReadCommand + ReadFiles + """ Reads the lines from the given files and inserts them as commands. - All empty lines or the ones that start with '#' are ignored. + All empty lines and lines that start with '#' are ignored. If a file does not exist or is not readable, this command fails. All the lines from all the files are read before any of the commands