Skip to content

Commit

Permalink
Document that idl version is 3 or 4
Browse files Browse the repository at this point in the history
    * lib/ridl/runner.rb:
  • Loading branch information
jwillemsen committed Jul 13, 2023
1 parent 40a316b commit 2ee7fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ridl/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def init_optparser
self.options[:debug] = true
}
opts.on('--idl-version=VERSION', Integer,
'Set IDL version',
'Set IDL version (3|4)',
'Default: 3') { |v|
self.options[:idlversion] = v
}
Expand Down

0 comments on commit 2ee7fa0

Please sign in to comment.