1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:48:00 +01:00

fix typo in previous commit

This commit is contained in:
Doug Kearns
2007-06-17 11:56:35 +00:00
parent 56420883ba
commit fc7cae2575

View File

@@ -111,7 +111,7 @@ function help(section, easter)
function makeOptionsHelpString(command)
{
var ret = "";
ret = command.type + ' (default: ">';
ret = command.type + ' (default: ';
if (command.type == "boolean")
{
if(command.default_value == true)