remotedaemon: Don't list --stop in help since it's not supported.
Also, move out of plumbing section. When using tor, the remotedaemon is part of the user's workflow, as it runs the tor hidden service.
This commit is contained in:
parent
5fbf30301a
commit
2b55a2b882
10 changed files with 36 additions and 24 deletions
|
@ -34,7 +34,7 @@ data AssistantOptions = AssistantOptions
|
|||
|
||||
optParser :: CmdParamsDesc -> Parser AssistantOptions
|
||||
optParser _ = AssistantOptions
|
||||
<$> parseDaemonOptions
|
||||
<$> parseDaemonOptions True
|
||||
<*> switch
|
||||
( long "autostart"
|
||||
<> help "start in known repositories"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue