mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 22:30:34 +08:00
module template: move documentation to a new category 'template' (#9324)
This commit is contained in:
@@ -63,7 +63,7 @@ $ module start -f -p 42
|
||||
|
||||
)DESCR_STR");
|
||||
|
||||
PRINT_MODULE_USAGE_NAME("module", "system");
|
||||
PRINT_MODULE_USAGE_NAME("module", "template");
|
||||
PRINT_MODULE_USAGE_COMMAND("start");
|
||||
PRINT_MODULE_USAGE_PARAM_FLAG('f', "Optional example flag", true);
|
||||
PRINT_MODULE_USAGE_PARAM_INT('p', 0, 0, 1000, "Optional example parameter", true);
|
||||
|
||||
Reference in New Issue
Block a user