mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 11:30:34 +08:00
uorb top: add 'uorb top -1' to run only once
This commit is contained in:
@@ -78,6 +78,7 @@ $ uorb top
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("status", "Print topic statistics");
|
||||
PRINT_MODULE_USAGE_COMMAND_DESCR("top", "Monitor topic publication rates");
|
||||
PRINT_MODULE_USAGE_PARAM_FLAG('a', "print all instead of only currently publishing topics", true);
|
||||
PRINT_MODULE_USAGE_PARAM_FLAG('1', "run only once, then exit", true);
|
||||
PRINT_MODULE_USAGE_ARG("<filter1> [<filter2>]", "topic(s) to match (implies -a)", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user