diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py index 7afa4f323..5acf11c09 100755 --- a/scripts/gajim-remote.py +++ b/scripts/gajim-remote.py @@ -71,7 +71,9 @@ class GajimRemote: 'help':[ _('show a help on specific command'), [ - (_('on_command'), _('show help on command'), False) + #parameter, named "on_command". User gets help for the command, specified by this parameter + (_('on_command'), + _('show help on command'), False) ] ], 'toggle_roster_appearance' : [