From d16b42333d2ba46ae348a16cb79984fdcedcc8d3 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 22 Apr 2014 19:46:22 -0400 Subject: Corrected sync --help to reflect new interface. --- kiki.hs | 3 +++ 1 file changed, 3 insertions(+) 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) kiki_usage = putStr . unlines $ + {- ["kiki - a pgp key editing utility" ,"" ,"kiki [OPTIONS]" @@ -419,6 +420,8 @@ kiki_usage = putStr . unlines $ ," indicates what the key is for. This tag can be used as a SPEC to select a" ," particular key. Master keys may be specified by using fingerprints or by" ," specifying a substring of an associated UID." + -} + ["kiki sync [options...]" ,"" ,"Flags:" ," --homedir DIR" -- cgit v1.2.3