1
0
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:
Kris Maglione
2010-10-05 14:38:59 -04:00
parent f8eb9b021f
commit 2ee74581d1
2 changed files with 3 additions and 3 deletions

View File

@@ -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",