[pure-lang-svn] SF.net SVN: pure-lang:[565] pure/trunk/pure.cc
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-22 10:12:47
|
Revision: 565 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=565&view=rev Author: agraef Date: 2008-08-22 10:12:53 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Cosmetic changes in the help message. Modified Paths: -------------- pure/trunk/pure.cc Modified: pure/trunk/pure.cc =================================================================== --- pure/trunk/pure.cc 2008-08-22 09:26:07 UTC (rev 564) +++ pure/trunk/pure.cc 2008-08-22 10:12:53 UTC (rev 565) @@ -32,25 +32,25 @@ #define COPYRIGHT "Copyright (c) 2008 by Albert Graef" #define USAGE \ -"Usage: pure [options ...] [script ...] [-- args ...]\n\ - pure [options ...] -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\ --L: Add directory to search for dynamic libraries.\n\ --n: Suppress automatic inclusion of the prelude.\n\ --q: Quiet startup (suppresses sign-on message).\n\ --v: Set verbosity level (useful for debugging purposes).\n\ --x: Execute script with given command line arguments.\n\ ---: Stop option processing, pass remaining args in argv variable.\n\ +-h Print this message and exit.\n\ +-i Force interactive mode (read commands from stdin).\n\ +-Idirectory Add directory to search for included source files.\n\ +-Ldirectory Add directory to search for dynamic libraries.\n\ +-n Suppress automatic inclusion of the prelude.\n\ +-q Quiet startup (suppresses sign-on message).\n\ +-v[level] Set debugging level (default: 1).\n\ +-x Execute script with given command line arguments.\n\ +-- Stop option processing, pass remaining args in argv variable.\n\ Environment:\n\ -PURELIB: Directory to search for library scripts and the prelude.\n\ -PURE_INCLUDE: Path to search for included source files.\n\ -PURE_LIBRARY: Path to search for dynamic libraries.\n\ -PURE_MORE: Shell command for paging through output of the 'list' command.\n\ -PURE_PS: Command prompt to be used in the interactive command loop.\n\ -PURE_STACK: Maximum stack size in kilobytes (default: 0 = unlimited).\n" +PURELIB Directory to search for library scripts and the prelude.\n\ +PURE_INCLUDE Path to search for included source files.\n\ +PURE_LIBRARY Path to search for dynamic libraries.\n\ +PURE_MORE Shell command for paging through output of the 'list' command.\n\ +PURE_PS Command prompt to be used in the interactive command loop.\n\ +PURE_STACK Maximum stack size in kilobytes (default: 0 = unlimited).\n" #define LICENSE "This program is free software distributed under the GNU Public License\n(GPL V3 or later). Please see the COPYING file for details.\n" static const char *commands[] = { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |