commit:     fc23ec8246c2700111cbf8f4a4eb55ac4a5eb000
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 00:47:27 2017 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 00:47:33 2017 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=fc23ec82

argparser.py: Fixed typo in --help output

Thank you dewey for pointing this out.

 layman/argsparser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',

Reply via email to