fix: add --verbose to help

This commit is contained in:
Mahdi Dibaiee 2017-04-24 12:46:28 +04:30
parent 160ef0479d
commit d8f5272947

View File

@ -154,7 +154,9 @@ module System.Term ( initialize ) where
, ("service stop <service>", "stop the service") , ("service stop <service>", "stop the service")
, ("service status <service>", "read service status") , ("service status <service>", "read service status")
, ("service logs <service>", "read service logs") , ("service logs <service>", "read service logs")
, ("--remote <file>", "run in remote mode: takes a path to a file containing username@ip:port lines")] , ("--remote <file>", "run in remote mode: takes a path to a file containing username@ip:port lines")
, ("--verbose", "enable verbose logging")
]
write "to learn about a service's options, run |serverman <service> --help|" write "to learn about a service's options, run |serverman <service> --help|"