aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2017-02-01 19:47:27 -0500
committerDevan Franchini <twitch153@gentoo.org>2017-02-01 19:47:33 -0500
commitfc23ec8246c2700111cbf8f4a4eb55ac4a5eb000 (patch)
tree99d4a5130753ceed0af50688ce73b8079c448c9c
parentetc/layman.cfg: Add missed @GENTOO_PORTAGE_EPREFIX@ for the repos.conf settting (diff)
downloadlayman-fc23ec8246c2700111cbf8f4a4eb55ac4a5eb000.tar.gz
layman-fc23ec8246c2700111cbf8f4a4eb55ac4a5eb000.tar.bz2
layman-fc23ec8246c2700111cbf8f4a4eb55ac4a5eb000.zip
argparser.py: Fixed typo in --help output
Thank you dewey for pointing this out.
-rw-r--r--layman/argsparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/argsparser.py b/layman/argsparser.py
index f3cc8fa..272ac47 100644
--- a/layman/argsparser.py
+++ b/layman/argsparser.py
@@ -193,7 +193,7 @@ class ArgsParser(BareConfig):
action = 'store',
default = self.defaults['overlay_defs'],
# Force interpolation (to prevent argparse tracebacks)
- help = 'Path to aditional overlay.xml files [default: '
+ help = 'Path to additional overlay.xml files [default: '
'%s].' % (self.defaults['overlay_defs'] %self.defaults))
path_opts.add_argument('-z',