summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-17 15:25:43 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-17 15:25:43 -0400
commit194d7d2702712668f05ea2ac956a0dcecc5c4b70 (patch)
tree403beb840d0112b72d174128b6eb2793f5671469 /CmdLine.hs
parent41bfb68ee296a4ecdcbd9c02d242d6c9e149b7b8 (diff)
downloadkeysafe-194d7d2702712668f05ea2ac956a0dcecc5c4b70.tar.gz
clarify
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 93828bc..910aa81 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -47,7 +47,7 @@ parse = CmdLine
)
gpgswitch = GpgKey . KeyId . BU8.fromString <$> strOption
( long "gpgkeyid"
- <> help "Specify keyid of gpg key to back up or restore."
+ <> help "Specify keyid of gpg key to back up or restore. (When this option is used to back up a key, it must also be used at restore time.)"
)
fileswitch = KeyFile <$> strOption
( long "keyfile"