diff --git a/src/System/Term.hs b/src/System/Term.hs index ac59f14..02eb4c4 100644 --- a/src/System/Term.hs +++ b/src/System/Term.hs @@ -154,7 +154,9 @@ module System.Term ( initialize ) where , ("service stop ", "stop the service") , ("service status ", "read service status") , ("service logs ", "read service logs") - , ("--remote ", "run in remote mode: takes a path to a file containing username@ip:port lines")] + , ("--remote ", "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 --help|"