[pure-lang-svn] SF.net SVN: pure-lang:[526] pure/trunk/pure.cc
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-17 22:56:27
|
Revision: 526 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=526&view=rev Author: agraef Date: 2008-08-17 22:56:36 +0000 (Sun, 17 Aug 2008) Log Message: ----------- Fix up help message of the interpreter. Modified Paths: -------------- pure/trunk/pure.cc Modified: pure/trunk/pure.cc =================================================================== --- pure/trunk/pure.cc 2008-08-17 22:55:53 UTC (rev 525) +++ pure/trunk/pure.cc 2008-08-17 22:56:36 UTC (rev 526) @@ -32,8 +32,9 @@ #define COPYRIGHT "Copyright (c) 2008 by Albert Graef" #define USAGE \ -"Usage: pure [-h] [-i] [-n] [-q] [-v[level]] [script ...] [-- args ...]\n\ - pure [-h] [-i] [-n] [-q] [-v[level]] -x script [args ...]\n\ +"Usage: pure [options ...] [script ...] [-- args ...]\n\ + pure [options ...] -x script [args ...]\n\ +Options:\n\ -h: Print this message and exit.\n\ -i: Force interactive mode (read commands from stdin).\n\ -I: Add directory to search for included source files.\n\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |