From d8f527294775bfcddadcfdab111299c6032704e8 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 24 Apr 2017 12:46:28 +0430 Subject: [PATCH] fix: add --verbose to help --- src/System/Term.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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|"