File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments