Message6586

Author kmoran
Recipients kmoran
Date 2011-07-27.21:37:38
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1311802659.31.0.296496627275.issue1783@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X Lion and a fresh installation of Jython 2.5.2, there are no Jython Options meaning I can't increase the heap space for my help. Here are the results of 'help':

usage: jython [option] ... [-c cmd | -m mod | file | -] [arg] ...
Options and arguments:
-c cmd   : program passed in as string (terminates option list)
-Dprop=v : Set the property `prop' to value `v'
-C codec : Use a different codec when reading from the console.
-h       : print this help message and exit (also --help)
-i       : inspect interactively after running script
           and force prompts, even if stdin does not appear to be a terminal
-jar jar : program read from __run__.py in jar file
-m mod   : run library module as a script (terminates option list)
-Q arg   : division options: -Qold (default), -Qwarn, -Qwarnall, -Qnew
-S       : don't imply 'import site' on initialization
-u       : unbuffered binary stdout and stderr
-v       : verbose (trace import statements)
-V       : print the Python version number and exit (also --version)
-W arg   : warning control (arg is action:message:category:module:lineno)
file     : program read from script file
-        : program read from stdin (default; interactive mode if a tty)
arg ...  : arguments passed to program in sys.argv[1:]
Other environment variables:
JYTHONPATH: ':'-separated list of directories prefixed to the default module
            search path.  The result is sys.path.



The options show up on an installation of CentOS.
History
Date User Action Args
2011-07-27 21:37:39kmoransetrecipients: + kmoran
2011-07-27 21:37:39kmoransetmessageid: <1311802659.31.0.296496627275.issue1783@psf.upfronthosting.co.za>
2011-07-27 21:37:39kmoranlinkissue1783 messages
2011-07-27 21:37:38kmorancreate