diff options
Diffstat (limited to 'pym')
| -rwxr-xr-x | pym/gentoolkit/ekeyword/ekeyword.py | 2 |
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 |
