forked from Archive/PX4-Autopilot
failure: add missing command usage docstring
This commit is contained in:
parent
58b4135ab0
commit
b4ac50ced4
|
@ -99,6 +99,7 @@ Test the GPS failsafe by stopping GPS:
|
|||
failure gps off
|
||||
)DESCR_STR");
|
||||
|
||||
PRINT_MODULE_USAGE_NAME_SIMPLE("failure", "command");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("help", "Show this help text");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("gps|...", "Specify component");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("ok|off|...", "Specify failure type");
|
||||
|
|
Loading…
Reference in New Issue