Message6991

Author Arfrever
Recipients Arfrever
Date 2012-03-30.22:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333147501.19.0.40060412991.issue1870@psf.upfronthosting.co.za>
In-reply-to
Content
$ jython2.5 -Sc pass
Unknown option: Sc
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.
$ python2.5 -Sc pass
$ jython2.5 -S -c pass
$ python2.5 -S -c pass
$
History
Date User Action Args
2012-03-30 22:45:01Arfreversetrecipients: + Arfrever
2012-03-30 22:45:01Arfreversetmessageid: <1333147501.19.0.40060412991.issue1870@psf.upfronthosting.co.za>
2012-03-30 22:45:01Arfreverlinkissue1870 messages
2012-03-30 22:45:01Arfrevercreate