From 09cda294dd6839efb233c81fd45977aafa8a0824 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Aug 2016 17:55:14 -0400 Subject: add man page This seems to install, but stack is not copying it out to the home directory. Hmm. --- CmdLine.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CmdLine.hs') diff --git a/CmdLine.hs b/CmdLine.hs index bb96311..14bb185 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -61,11 +61,11 @@ parse = CmdLine ) localstorageswitch = switch ( long "store-local" - <> help "Store data locally, in ~/.keysafe/objects. (The default is to store data in the cloud.)" + <> help "Store data locally, in ~/.keysafe/objects/local/. (The default is to store data in the cloud.)" ) testmodeswitch = switch ( long "testmode" - <> help "Avoid using expensive cryptographic operation to secure key. Use for testing only, not with real secret keys." + <> help "Avoid using expensive cryptographic operations to secure data. Use for testing only, not with real secret keys." ) guiswitch = switch ( long "gui" -- cgit v1.2.3