minor documentation updates to some commands

This commit is contained in:
Beat Küng
2017-05-05 11:52:05 +02:00
parent 7d50f3df0a
commit a43f135ad4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ int Logger::print_usage(const char *reason)
R"DESCR_STR(
### Description
System logger which logs a configurable set of uORB topics and system printf messages
(warnings and errors) to ULog files. These can be used for system and flight performance evaluation,
(`PX4_WARN` and `PX4_ERR`) to ULog files. These can be used for system and flight performance evaluation,
tuning, replay and crash analysis.
It supports 2 backends:
+1 -1
View File
@@ -115,7 +115,7 @@ usage(const char *reason)
### Description
Load or append mixer files to the ESC driver.
Note that the driver must support the used ioctl's, which is the case on NuttX, but for example not on the RPi.
Note that the driver must support the used ioctl's, which is the case on NuttX, but for example not on RPi.
)DESCR_STR");
+1 -1
View File
@@ -62,7 +62,7 @@ static void print_usage(void)
{
PRINT_MODULE_DESCRIPTION("Monitor running processes and their CPU, stack usage, priority and state");
PRINT_MODULE_USAGE_NAME_SIMPLE("top", "system");
PRINT_MODULE_USAGE_NAME_SIMPLE("top", "command");
PRINT_MODULE_USAGE_COMMAND_DESCR("once", "print load only once");
}