diff options
| author | Karl Schultheisz <kdsch@protonmail.com> | 2020-01-23 21:06:07 -0500 |
|---|---|---|
| committer | Karl Schultheisz <kdsch@protonmail.com> | 2020-01-23 21:06:07 -0500 |
| commit | a65aab87c528127d78424e2adf4df7c9e49b1d71 (patch) | |
| tree | d67a0bd5713b35b4528bc7816f3f98bd9d75568e /sam.c | |
| parent | 79a3eb968a09bf1db54e0a024404d0436b7db689 (diff) | |
| download | vis-a65aab87c528127d78424e2adf4df7c9e49b1d71.tar.gz vis-a65aab87c528127d78424e2adf4df7c9e49b1d71.tar.xz | |
remove redundant layout option abbreviation
No need to explicitly specify "lay" as an abbreviation,
since "layout" already makes it available via prefix logic.
Diffstat (limited to 'sam.c')
| -rw-r--r-- | sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") }, |
