Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2013-11-18 22:51:56 +0400
committerDenis Fomin <fominde@gmail.com>2013-11-18 22:51:56 +0400
commit6b35ad79e57188dd07a4d6e533425f48b9d65c3d (patch)
tree8f6abf927b53e9a26ce8a9a61afd181c72e08de9 /src/history_manager.py
parent8e231c1d4f786f9f81817a49b45d36bd84a0d3d0 (diff)
Add emty line to the end of help strings
Diffstat (limited to 'src/history_manager.py')
-rw-r--r--src/history_manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history_manager.py b/src/history_manager.py
index a812c15c6..110274913 100644
--- a/src/history_manager.py
+++ b/src/history_manager.py
@@ -76,13 +76,13 @@ def parseOpts():
_('Options:') + \
'\n -h, --help ' + \
_('Show this help message and exit') + \
- '\n -c, --config-path ' + _('Set logs directory'))
+ '\n -c, --config-path ' + _('Set logs directory') + '\n')
sys.exit()
elif o in ('-c', '--config-path'):
config_path = a
return config_path
-config_path = parseOpts()
+onfig_path = parseOpts()
del parseOpts
import common.configpaths