aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <pv@excello.cz>2020-11-06 14:39:52 +0100
committerSam James <sam@gentoo.org>2021-06-18 15:02:46 +0100
commit237ae83ec64cf06271609abe79acddf94033f447 (patch)
tree309561aa0a93585adef4345382b4f6c04c785c65
parentbin: Fix type annotations (diff)
downloadgentoolkit-237ae83ec64cf06271609abe79acddf94033f447.tar.gz
gentoolkit-237ae83ec64cf06271609abe79acddf94033f447.tar.bz2
gentoolkit-237ae83ec64cf06271609abe79acddf94033f447.zip
ekeyword: fix typo
Signed-off-by: Petr Vaněk <pv@excello.cz> Closes: https://github.com/gentoo/gentoolkit/pull/12 Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xpym/gentoolkit/ekeyword/ekeyword.py2
1 files changed, 1 insertions, 1 deletions
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