Skip to content

Commit b622f12

Browse files
cli: Fix usage message for rbwasm build command
1 parent 8763742 commit b622f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build(args)
5858
}
5959
OptionParser
6060
.new do |opts|
61-
opts.banner = "Usage: rbwasm componentize [options]"
61+
opts.banner = "Usage: rbwasm build [options]"
6262
opts.on("-h", "--help", "Prints this help") do
6363
@stdout.puts opts
6464
exit

0 commit comments

Comments
 (0)