summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
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"