cli: remove clashing short option for device-name (#3468)

This commit is contained in:
Alexander Bondarenko 2023-11-26 15:16:32 +02:00 committed by GitHub
parent 8cc0954430
commit f20ac33e67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
)