mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:52:38 +01:00
Fix last commit.
This commit is contained in:
@@ -1269,9 +1269,9 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
});
|
||||
|
||||
options.add(["urlseparator"],
|
||||
options.add(["urlseparator", "us"],
|
||||
"Set the separator regex used to separate multiple URL args",
|
||||
"string", "|");
|
||||
"string", "\\|");
|
||||
|
||||
options.add(["verbose", "vbs"],
|
||||
"Define which info messages are displayed",
|
||||
|
||||
Reference in New Issue
Block a user