mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:48:00 +01:00
fix typo in previous commit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user