diff options
author | joe <joe@jerkface.net> | 2014-04-22 19:46:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-22 19:46:22 -0400 |
commit | d16b42333d2ba46ae348a16cb79984fdcedcc8d3 (patch) | |
tree | 54660ae1943a808d270e6df998e9657a4dd5f98b | |
parent | 9eed726050691c1526410844a8954b5580386825 (diff) |
Corrected sync --help to reflect new interface.
-rw-r--r-- | kiki.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -402,6 +402,7 @@ whoseKey rsakey db = filter matchkey (Map.elems db) | |||
402 | 402 | ||
403 | 403 | ||
404 | kiki_usage = putStr . unlines $ | 404 | kiki_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" |