summaryrefslogtreecommitdiff
path: root/cokiki.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-05-01 23:18:35 +0000
committerjoe <joe@jerkface.net>2016-05-01 23:18:35 +0000
commit246a78be5da87cb48144c12b512a84d3999191b5 (patch)
tree639d5df91b2a7555896ed66928a7fea05780bb8b /cokiki.hs
parent1822704b7cb39eb890b81b270143e7d9eb319f2b (diff)
Correction to cokiki docs.
Diffstat (limited to 'cokiki.hs')
-rw-r--r--cokiki.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/cokiki.hs b/cokiki.hs
index 2638677..292b0b7 100644
--- a/cokiki.hs
+++ b/cokiki.hs
@@ -41,14 +41,14 @@ usage = unlines
41 , "COMMANDS" 41 , "COMMANDS"
42 , "" 42 , ""
43 , " ssh-client Modify system ssh configuration to respect" 43 , " ssh-client Modify system ssh configuration to respect"
44 , " /var/cache/kiki/ssh_known_hosts." 44 , " /var/cache/kiki/config/ssh_known_hosts."
45 , "" 45 , ""
46 , " ssh-server Modify system ssh configuration to use the" 46 , " ssh-server Modify system ssh configuration to use the"
47 , " kiki-managed host key at" 47 , " kiki-managed host key at"
48 , " /var/cache/kiki/ssh_host_rsa_key." 48 , " /var/cache/kiki/config/ssh_host_rsa_key."
49 , "" 49 , ""
50 , " strongswan Modify /etc/ipsec.conf to include settings from" 50 , " strongswan Modify /etc/ipsec.conf to include settings from"
51 , " /var/cache/kiki/ipsec.conf." 51 , " /var/cache/kiki/config/ipsec.conf."
52 , "" 52 , ""
53 , " tor Modify /etc/tor/torrc to configure a tor hidden" 53 , " tor Modify /etc/tor/torrc to configure a tor hidden"
54 , " service for email (smtp), ssh, and http ports." 54 , " service for email (smtp), ssh, and http ports."