aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/vis.12
-rw-r--r--sam.c2
2 files changed, 2 insertions, 2 deletions
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
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")
},