mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
cli: remove clashing short option for device-name (#3468)
This commit is contained in:
parent
8cc0954430
commit
f20ac33e67
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue