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(-) 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 From f0450f3b3e8958fb495c6a6b5a27ff118c4f174a Mon Sep 17 00:00:00 2001 From: Karl Schultheisz Date: Thu, 23 Jan 2020 21:16:01 -0500 Subject: man: remove redundant layout option abbreviation --- man/vis.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/vis.1 b/man/vis.1 index 2239de7..0b77656 100644 --- a/man/vis.1 +++ b/man/vis.1 @@ -1409,7 +1409,7 @@ caching layer or which tries the former for files smaller than 8Mb and the latter for lager ones. WARNING: modifying a memory mapped file in-place will cause data loss. -.It Ic layout , Ic lay Op Do v Dc or Do h Dc +.It Ic layout Op Do v Dc or Do h Dc Whether to use vertical or horizontal layout. .El -- cgit v1.2.3