diff options
| -rw-r--r-- | man/vis.1 | 2 | ||||
| -rw-r--r-- | sam.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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") }, |
