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:
Joey Hess 2019-09-30 14:40:46 -04:00
parent 5fbf30301a
commit 2b55a2b882
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
10 changed files with 36 additions and 24 deletions

View file

@ -34,7 +34,7 @@ data AssistantOptions = AssistantOptions
optParser :: CmdParamsDesc -> Parser AssistantOptions
optParser _ = AssistantOptions
<$> parseDaemonOptions
<$> parseDaemonOptions True
<*> switch
( long "autostart"
<> help "start in known repositories"