mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 15:20:35 +08:00
Typo
This commit is contained in:
@@ -558,7 +558,7 @@ Options parseOptions(int argc, const char** argv)
|
||||
std::cerr << error_text << "\n"
|
||||
<< "Usage:\n\t"
|
||||
<< executable_name
|
||||
<< " <node-id> <can-iface-name-1> [can-iface-name-N...] [-c <cluster-size>] -s <storage-path>]"
|
||||
<< " <node-id> <can-iface-name-1> [can-iface-name-N...] [-c <cluster-size>] -s <storage-path>"
|
||||
<< std::endl;
|
||||
std::exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user