From 237ae83ec64cf06271609abe79acddf94033f447 Mon Sep 17 00:00:00 2001 From: Petr Vaněk Date: Fri, 6 Nov 2020 14:39:52 +0100 Subject: ekeyword: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoolkit/pull/12 Signed-off-by: Sam James --- pym/gentoolkit/ekeyword/ekeyword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3