mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
fix typo in previous commit
This commit is contained in:
@@ -111,7 +111,7 @@ function help(section, easter)
|
|||||||
function makeOptionsHelpString(command)
|
function makeOptionsHelpString(command)
|
||||||
{
|
{
|
||||||
var ret = "";
|
var ret = "";
|
||||||
ret = command.type + ' (default: ">';
|
ret = command.type + ' (default: ';
|
||||||
if (command.type == "boolean")
|
if (command.type == "boolean")
|
||||||
{
|
{
|
||||||
if(command.default_value == true)
|
if(command.default_value == true)
|
||||||
|
|||||||
Reference in New Issue
Block a user