From a65aab87c528127d78424e2adf4df7c9e49b1d71 Mon Sep 17 00:00:00 2001 From: Karl Schultheisz Date: Thu, 23 Jan 2020 21:06:07 -0500 Subject: remove redundant layout option abbreviation No need to explicitly specify "lay" as an abbreviation, since "layout" already makes it available via prefix logic. --- sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sam.c') diff --git a/sam.c b/sam.c index 0abd9e2..ca0fe5a 100644 --- a/sam.c +++ b/sam.c @@ -382,7 +382,7 @@ static const OptionDef options[] = { VIS_HELP("Change 256 color palette to support 24bit colors") }, [OPTION_LAYOUT] = { - { "layout", "lay" }, + { "layout" }, VIS_OPTION_TYPE_STRING, VIS_HELP("Vertical or horizontal window layout") }, -- cgit v1.2.3