mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:27:59 +01:00
Improve "command line" <-> "command-line" usage.
--HG-- extra : rebase_source : daa8ab7737ea2e82ce48de78d5ae3e8434735cf4
This commit is contained in:
@@ -1156,8 +1156,8 @@ const Dactyl = Module("dactyl", {
|
||||
const groups = [
|
||||
{
|
||||
opts: {
|
||||
c: ["Always show the command-line, even when empty"],
|
||||
C: ["Always show the command-line outside of the status line"],
|
||||
c: ["Always show the command line, even when empty"],
|
||||
C: ["Always show the command line outside of the status line"],
|
||||
M: ["Always show messages outside of the status line"]
|
||||
},
|
||||
setter: function (opts) {
|
||||
|
||||
Reference in New Issue
Block a user