diff --git a/src/tools/ebusctl.cpp b/src/tools/ebusctl.cpp index d076b57f..9539c5c2 100755 --- a/src/tools/ebusctl.cpp +++ b/src/tools/ebusctl.cpp @@ -85,7 +85,7 @@ static const struct argp_option argpoptions[] = { {"port", 'p', "PORT", 0, "Connect to " PACKAGE " on PORT [8888]", 0 }, {"timeout", 't', "SECS", 0, "Timeout for connecting to/receiving from " PACKAGE ", 0 for none [60]", 0 }, - {"error", 'e', nullptr, 0, "Exit non-zero if the connection was fine but the response indicates non-success"}, + {"error", 'e', nullptr, 0, "Exit non-zero if the connection was fine but the response indicates non-success", 0}, {nullptr, 0, nullptr, 0, nullptr, 0 }, };