From 6b623c8afe4e3ab08da5ca934a9ccc2964465e45 Mon Sep 17 00:00:00 2001 From: Denis Fomin <fominde@gmail.com> Date: Mon, 26 Aug 2013 09:32:16 +0400 Subject: [PATCH] [Darlan]Fix gajim-remote -help. --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index df5d4de5ac..aef0378697 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -142,7 +142,7 @@ def parseOpts(): '\n -v, --verbose ' + \ _('Print xml stanzas and other debug information') + \ '\n -p, --profile ' + \ - _('Use config.name in configuration directory') + \ + _('Use defined profile in configuration directory') + \ '\n -c, --config-path ' + \ _('Set configuration directory') + \ '\n -l, --loglevel ' + \ -- GitLab