diff --git a/libuavcan_drivers/linux/apps/uavcan_dynamic_node_id_server.cpp b/libuavcan_drivers/linux/apps/uavcan_dynamic_node_id_server.cpp index 39634e313a..388e493881 100644 --- a/libuavcan_drivers/linux/apps/uavcan_dynamic_node_id_server.cpp +++ b/libuavcan_drivers/linux/apps/uavcan_dynamic_node_id_server.cpp @@ -558,7 +558,7 @@ Options parseOptions(int argc, const char** argv) std::cerr << error_text << "\n" << "Usage:\n\t" << executable_name - << " [can-iface-name-N...] [-c ] -s ]" + << " [can-iface-name-N...] [-c ] -s " << std::endl; std::exit(1); }