Tweak ReadDetailed message per suggestion

This commit is contained in:
Indrajit Raychaudhuri 2011-11-23 04:12:31 +05:30
parent 15177e92a2
commit 7c0952a266
1 changed files with 1 additions and 1 deletions

View File

@ -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