[pure-lang-svn] SF.net SVN: pure-lang:[739] pure/trunk/lexer.ll
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-09-07 06:58:02
|
Revision: 739
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=739&view=rev
Author: agraef
Date: 2008-09-07 06:58:12 +0000 (Sun, 07 Sep 2008)
Log Message:
-----------
Cosmetic changes.
Modified Paths:
--------------
pure/trunk/lexer.ll
Modified: pure/trunk/lexer.ll
===================================================================
--- pure/trunk/lexer.ll 2008-09-07 06:55:28 UTC (rev 738)
+++ pure/trunk/lexer.ll 2008-09-07 06:58:12 UTC (rev 739)
@@ -426,7 +426,8 @@
tflag = interp.temp;
break;
case 'h':
- cout << "show command help: show [options ...] [symbol ...]\n\
+ cout <<
+"show command help: show [options ...] [symbol ...]\n\
Options may be combined, e.g., show -tvl is the same as show -t -v -l.\n\
-a Disassembles pattern matching automata. Useful for debugging purposes.\n\
-c Print information about defined constants.\n\
@@ -787,9 +788,10 @@
tflag = interp.temp;
break;
case 'h':
- cout << "dump command help: dump [options ...] [symbol ...]\n\
-Options may be combined, e.g., dump -tcv is the same as show -t -c -v.\n\
--F Write the dump to the file named in the next arg (default is .pure).\n\
+ cout <<
+"dump command help: dump [-F filename] [options ...] [symbol ...]\n\
+Options may be combined, e.g., dump -fg f* is the same as dump -f -g f*.\n\
+-F Write the dump to the given file (default is .pure).\n\
-c Dump defined constants.\n\
-f Dump defined functions.\n\
-g Indicates that the following symbols are actually shell glob patterns\n\
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|