Skip to content

Commit 67b82ac

Browse files
author
Nate Koenig
committed
Merge 5 to 6
Signed-off-by: Nate Koenig <nate@openrobotics.org>
2 parents e559c9e + a89c15d commit 67b82ac

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@
9494

9595
### Ignition Msgs 5.X.X (20XX-XX-XX)
9696

97+
### Ignition Msgs 5.8.0 (2021-08-06)
98+
99+
1. Adds PerformanceSensorMetrics proto message.
100+
* [Pull request #172](https://github.com/ignitionrobotics/ign-msgs/pull/172)
101+
102+
1. Detect ign instead of using cmake module to check for ignition-tools
103+
* [Pull request #166](https://github.com/ignitionrobotics/ign-msgs/pull/166)
104+
105+
1. Remove tools/code_check and update codecov
106+
* [Pull request #164](https://github.com/ignitionrobotics/ign-msgs/pull/164)
97107

98108
### Ignition Msgs 5.7.0 (2021-03-17)
99109

src/cmd/cmdmsgs.rb.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ COMMANDS = { 'msg' =>
3838
"Print information about ignition messages.\n\n" +
3939
" ign msg [options]\n\n" +
4040
"Options:\n\n" +
41-
" -i [ --info ] arg " +
41+
" -i [ --info ] arg " +
4242
"Get info about the specified message type.\n" +
43-
" -l [ --list ] List all topics.\n" +
43+
" -l [ --list ] List all message types.\n" +
4444
COMMON_OPTIONS
4545
}
4646

@@ -60,7 +60,7 @@ class Cmd
6060
opt_parser = OptionParser.new do |opts|
6161
opts.banner = usage
6262

63-
opts.on('-h', '--help", "Print this help message') do
63+
opts.on('-h', '--help', 'Print this help message') do
6464
puts usage
6565
exit(0)
6666
end

0 commit comments

Comments
 (0)