Since a backend option, remove encoding short opt

This commit is contained in:
Nikolay Yakimov 2016-02-09 12:42:47 +03:00
parent 8105f14f2c
commit 98b2e4dac2
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ globalArgSpec = Options
<*> many fileMappingSpec
<*> strOption
$$ long "encoding"
<=> short 'e'
<=> value "UTF-8"
<=> showDefault
<=> help "I/O encoding"