diff --git a/options.h b/options.h
index ba047114e0690c85a5ee6bb8f9344163208b4c24..deec074dbbeba8ea50dfb5b419d02adac13728e0 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}
 };