mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:17:59 +01:00
Improve "command line" <-> "command-line" usage.
--HG-- extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
This commit is contained in:
@@ -889,7 +889,7 @@ const Completion = Module("completion", {
|
||||
};
|
||||
|
||||
options.add(["altwildmode", "awim"],
|
||||
"Define how command line completion works when the Alt key is pressed",
|
||||
"Define how command-line completion works when the Alt key is pressed",
|
||||
"stringlist", "list:full",
|
||||
wildmode);
|
||||
|
||||
@@ -920,7 +920,7 @@ const Completion = Module("completion", {
|
||||
});
|
||||
|
||||
options.add(["wildmode", "wim"],
|
||||
"Define how command line completion works",
|
||||
"Define how command-line completion works",
|
||||
"stringlist", "list:full",
|
||||
wildmode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user