commit: 237ae83ec64cf06271609abe79acddf94033f447 Author: Petr Vaněk <pv <AT> excello <DOT> cz> AuthorDate: Fri Nov 6 13:39:52 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 18 14:02:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=237ae83e
ekeyword: fix typo Signed-off-by: Petr Vaněk <pv <AT> excello.cz> Closes: https://github.com/gentoo/gentoolkit/pull/12 Signed-off-by: Sam James <sam <AT> gentoo.org> pym/gentoolkit/ekeyword/ekeyword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/ekeyword/ekeyword.py b/pym/gentoolkit/ekeyword/ekeyword.py index 4e57c09..da0fd58 100755 --- a/pym/gentoolkit/ekeyword/ekeyword.py +++ b/pym/gentoolkit/ekeyword/ekeyword.py @@ -429,7 +429,7 @@ def get_parser(): help='Be quiet while processing things (only show errors)') parser.add_argument('--format', default='auto', dest='style', choices=('auto', 'color-inline', 'inline', 'short-multi', 'long-multi'), - help='Selet output format for showing differences') + help='Select output format for showing differences') parser.add_argument('-V', '--version', action='version', version=__version__, help='Show version information') return parser
