Skip to content

Commit

Permalink
Merge 80465af into bf0db74
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig authored Oct 18, 2021
2 parents bf0db74 + 80465af commit 63e4c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmd/cmdmsgs.rb.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ COMMANDS = { 'msg' =>
"Print information about ignition messages.\n\n" +
" ign msg [options]\n\n" +
"Options:\n\n" +
" -i [ --info ] arg " +
" -i [ --info ] arg " +
"Get info about the specified message type.\n" +
" -l [ --list ] List all topics.\n" +
" -l [ --list ] List all message types.\n" +
COMMON_OPTIONS
}

Expand All @@ -60,7 +60,7 @@ class Cmd
opt_parser = OptionParser.new do |opts|
opts.banner = usage

opts.on('-h', '--help", "Print this help message') do
opts.on('-h', '--help', 'Print this help message') do
puts usage
exit(0)
end
Expand Down

0 comments on commit 63e4c17

Please sign in to comment.