summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-19 17:55:14 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-19 18:00:23 -0400
commit09cda294dd6839efb233c81fd45977aafa8a0824 (patch)
treed17ddbaa6b5caccbe877c6159d08718103c70f35 /CmdLine.hs
parente72ba4a71227f7dd052ade74fed440e200c9b27c (diff)
downloadkeysafe-09cda294dd6839efb233c81fd45977aafa8a0824.tar.gz
add man page
This seems to install, but stack is not copying it out to the home directory. Hmm.
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs4
1 files changed, 2 insertions, 2 deletions
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"