We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8426267 commit ad3e49cCopy full SHA for ad3e49c
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java
@@ -703,7 +703,7 @@ protected String getLanguageId() {
703
704
@Override
705
protected void printHelp(OptionCategory maxCategory) {
706
- print("usage: python [option] ... (-c cmd | file) [arg] ...\n" +
+ System.out.println("usage: python [option] ... (-c cmd | file) [arg] ...\n" +
707
"Options and arguments (and corresponding environment variables):\n" +
708
"-B : this disables writing .py[co] files on import\n" +
709
"-c cmd : program passed in as string (terminates option list)\n" +
0 commit comments