1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:37:59 +01:00

minor improvement to 'urlseparator' short help

This commit is contained in:
Doug Kearns
2008-07-20 15:33:10 +00:00
parent c47b50df11
commit 6eed6938a6

View File

@@ -377,7 +377,7 @@ liberator.config = { //{{{
});
liberator.options.add(["urlseparator"],
"Set the separator regexp used to split URL args",
"Set the separator regexp used to separate multiple URL args",
"string", ",\\s");
}
//}}}