From e1d8cb24cbfea07a92d6546f73dc3d09e43ea838 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Fri, 27 Oct 2023 17:50:43 +0200 Subject: [PATCH] Fix the list command longoption --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index ba04711..a2911ff 100644 --- a/options.h +++ b/options.h @@ -43,7 +43,7 @@ static struct argp_option options[] = {"interactive", 'i', 0, 0, "run in interactive mode" }, {"pipe", 'p', 0, 0, "run in pipe mode" }, {"serial", 's', "[NUMMBER]", 0, "serial number of device to connect to"}, - {"serial", 'l', 0, 0, "list commands"}, + {"list", 'l', 0, 0, "list commands"}, {0} };