diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-28 14:04:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-28 14:04:22 -0400 |
commit | ecfbc01ff8b55d4cbe02c02c604264a627e759bf (patch) | |
tree | f1c8dfbf0b17b64667f880b685919070229583c9 /Commands.hs | |
parent | 5c2c652d7dd6346990143f10f9a7d520496cc871 (diff) |
Add --verbose
Diffstat (limited to 'Commands.hs')
-rw-r--r-- | Commands.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Commands.hs b/Commands.hs index a46b9fb16..ac17c34d1 100644 --- a/Commands.hs +++ b/Commands.hs @@ -116,6 +116,8 @@ options = [ "allow actions that may lose annexed data" , Option ['q'] ["quiet"] (NoArg (storebool "quiet" True)) "avoid verbose output" + , Option ['v'] ["verbose"] (NoArg (storebool "quiet" False)) + "allow verbose output" , Option ['b'] ["backend"] (ReqArg (storestring "backend") "NAME") "specify default key-value backend to use" , Option ['k'] ["key"] (ReqArg (storestring "key") "KEY") |