Better rendering for tune control

This commit is contained in:
Hamish Willee
2018-10-09 16:07:08 -07:00
committed by Beat Küng
parent a98643cb16
commit 988ce71ee0
+1 -5
View File
@@ -80,13 +80,9 @@ https://github.com/PX4/Firmware/blob/master/src/lib/tunes/tune_definition.desc
### Examples
Play system tune #2:
tune_control play -t 2
$ tune_control play -t 2
)DESCR_STR");
PRINT_MODULE_USAGE_NAME("tune_control", "system");
PRINT_MODULE_USAGE_COMMAND_DESCR("play","Play system tune, tone, or melody");
PRINT_MODULE_USAGE_PARAM_INT('t', 1, 1, 21, "Play predefined system tune", true);