short option -s of --sendretries removed.

This commit is contained in:
Roland Jax
2014-12-14 20:26:32 +01:00
parent 319b1b45b0
commit 75b0b70877
+1 -1
View File
@@ -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,