summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-22 19:46:22 -0400
committerjoe <joe@jerkface.net>2014-04-22 19:46:22 -0400
commitd16b42333d2ba46ae348a16cb79984fdcedcc8d3 (patch)
tree54660ae1943a808d270e6df998e9657a4dd5f98b
parent9eed726050691c1526410844a8954b5580386825 (diff)
Corrected sync --help to reflect new interface.
-rw-r--r--kiki.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/kiki.hs b/kiki.hs
index 0c1d4c6..2fa061a 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -402,6 +402,7 @@ whoseKey rsakey db = filter matchkey (Map.elems db)
402 402
403 403
404kiki_usage = putStr . unlines $ 404kiki_usage = putStr . unlines $
405 {-
405 ["kiki - a pgp key editing utility" 406 ["kiki - a pgp key editing utility"
406 ,"" 407 ,""
407 ,"kiki [OPTIONS]" 408 ,"kiki [OPTIONS]"
@@ -419,6 +420,8 @@ kiki_usage = putStr . unlines $
419 ," indicates what the key is for. This tag can be used as a SPEC to select a" 420 ," indicates what the key is for. This tag can be used as a SPEC to select a"
420 ," particular key. Master keys may be specified by using fingerprints or by" 421 ," particular key. Master keys may be specified by using fingerprints or by"
421 ," specifying a substring of an associated UID." 422 ," specifying a substring of an associated UID."
423 -}
424 ["kiki sync [options...]"
422 ,"" 425 ,""
423 ,"Flags:" 426 ,"Flags:"
424 ," --homedir DIR" 427 ," --homedir DIR"