File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ protected void printHelp(OptionCategory maxCategory) {
538
538
" str, bytes and datetime objects. It can also be set to an integer\n " +
539
539
" in the range [0,4294967295] to get hash values with a predictable seed.\n " +
540
540
"SULONG_LIBRARY_PATH: Specifies the library path for Sulong.\n " +
541
- " This is required when starting subprocesses of python." +
541
+ " This is required when starting subprocesses of python.\n " +
542
542
"GRAAL_PYTHON_OPTIONS: This environment variable can include default options that\n " +
543
543
" are always passed to the launcher. These are not shell expanded and given to\n " +
544
544
" the launcher as-is." );
You can’t perform that action at this time.
0 commit comments