From 5999f048f565c92de42c11f1485125efbc386c38 Mon Sep 17 00:00:00 2001 From: Denis Fomin 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 681c44a09..a1dc35575 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -148,7 +148,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 ' + \