From 75b0b708778fd9ff028dbf898ec1d99698ceab33 Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Sun, 14 Dec 2014 20:26:32 +0100 Subject: [PATCH] short option -s of --sendretries removed. --- src/ebusd/ebusd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/ebusd.cpp b/src/ebusd/ebusd.cpp index b299dd40..7c1a92f3 100644 --- a/src/ebusd/ebusd.cpp +++ b/src/ebusd/ebusd.cpp @@ -55,7 +55,7 @@ void define_args() A.addOption("nodevicecheck", "n", OptVal(false), dt_bool, ot_none, "disable valid ebus device test\n"); - A.addOption("sendretries", "s", OptVal(2), dt_int, ot_mandatory, + A.addOption("sendretries", "", OptVal(2), dt_int, ot_mandatory, "number retries send ebus command (2)"); A.addOption("lockretries", "", OptVal(2), dt_int, ot_mandatory,