Skip to content

Commit a8c8314

Browse files
committed
Remove trailing spaces in jt.rb
1 parent 07ebf50 commit a8c8314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tool/jt.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,14 @@ def help
468468
options build the options
469469
cexts build only the C extensions (part of "jt build")
470470
native [--no-sulong] [--no-jvmci] [--no-sforceimports] [--no-tools] [extra mx image options]
471-
build a native image of TruffleRuby (--no-jvmci to use the system Java)
471+
build a native image of TruffleRuby (--no-jvmci to use the system Java)
472472
(--no-tools to exclude chromeinspector and profiler)
473473
jt build_stats [--json] <attribute> prints attribute's value from build process (e.g., binary size)
474474
jt clean clean
475475
jt env prints the current environment
476476
jt rebuild clean, sforceimports, and build
477477
jt dis <file> finds the bc file in the project, disassembles, and returns new filename
478-
jt ruby [jt options] [--] [ruby options] args...
478+
jt ruby [jt options] [--] [ruby options] args...
479479
run TruffleRuby with args
480480
--graal use Graal (set either GRAALVM_BIN, JVMCI_BIN or GRAAL_HOME, or have graal built as a sibling)
481481
--stress stress the compiler (compile immediately, foreground compilation, compilation exceptions are fatal)
@@ -489,7 +489,7 @@ def help
489489
--jdebug run a JDWP debug server on #{JDEBUG_PORT}
490490
--jexception[s] print java exceptions
491491
--exec use exec rather than system
492-
--no-print-cmd don\'t print the command
492+
--no-print-cmd don\'t print the command
493493
jt gem shortcut for `jt ruby -S gem`, to install Ruby gems, etc
494494
jt e 14 + 2 evaluate an expression
495495
jt puts 14 + 2 evaluate and print an expression

0 commit comments

Comments
 (0)