Skip to content

Commit

Permalink
remove redundant layout option abbreviation
Browse files Browse the repository at this point in the history
No need to explicitly specify "lay" as an abbreviation,
since "layout" already makes it available via prefix logic.
  • Loading branch information
kdsch committed Jan 24, 2020
1 parent 79a3eb9 commit a65aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
Expand Down

0 comments on commit a65aab8

Please sign in to comment.