summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"