mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:17:57 +01:00
fixed vimperator.util.generateHelp
This commit is contained in:
@@ -160,7 +160,7 @@ vimperator.util = { //{{{
|
||||
ret += "\n________________________________________________________________________________\n"
|
||||
|
||||
// the actual help text
|
||||
if (command.shortHelp)
|
||||
if (command.description)
|
||||
{
|
||||
ret += command.description + "."; // the help description
|
||||
if (extraHelp)
|
||||
|
||||
Reference in New Issue
Block a user