cli: remove clashing short option for device-name (#3468)
This commit is contained in:
committed by
GitHub
parent
8cc0954430
commit
f20ac33e67
@@ -206,7 +206,6 @@ chatOptsP appDir defaultDbFileName = do
|
||||
optional $
|
||||
strOption
|
||||
( long "device-name"
|
||||
<> short 'e'
|
||||
<> metavar "DEVICE"
|
||||
<> help "Device name to use in connections with remote hosts and controller"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user