diff --git a/src/gajim-remote.py b/src/gajim-remote.py index bb54db0f037aac23cec17de3658ad2d0e5394d71..563cc121ac284eb3aa70e8a3106c6c8db183b7f8 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -240,7 +240,9 @@ class GajimRemote: _('Sends custom XML'), [ ('xml', _('XML to send'), True), - ('account', _('Account, if not, xml will be sent to all accounts'), False) + ('account', _('Account in which the xml will be sent; ' + 'if not specified, xml will be sent to all accounts'), + False) ] ], }