From 672dae22e77ca3a06a9336319d7d50b4d7452f00 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Jan 2023 12:14:44 +0100 Subject: [PATCH] fix previous commit --- src/tools/ebusctl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, };