summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-12 00:22:02 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-12 00:22:02 -0400
commit35a6f7cf8c455318078c7f94951dbc964bb41006 (patch)
tree1be847bf36d80bb6fdaf5dc59e5ed678e34067ea /src/monkeysphere
parent1caaa3fef8c8256cbf9b867f5d4b947eacd63535 (diff)
Man page work.
- flesh out more of the man pages for monkeysphere and monkeysphere-server - move the server cache directory to /var/cache, where it should be.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index aaeda11..5d865c9 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -35,8 +35,8 @@ Monkeysphere client tool.
subcommands:
update-known_hosts (k) [HOST]... update known_hosts file
- update-authorized_keys (a) update authorized_keys file
update-userids (u) [USERID]... add/update userid
+ update-authorized_keys (a) update authorized_keys file
gen-ae-subkey (g) KEYID generate an 'ae' capable subkey
help (h,?) this help
@@ -170,7 +170,7 @@ case $COMMAND in
userAuthorizedKeys=${USER_CONTROLLED_AUTHORIZED_KEYS/\%h/"$HOME"}
# update authorized_keys
- update_authorized_keys "$userKeysCacheDir" "$msAuthorizedKeys" "$userAuthorizedKeys"
+ update_authorized_keys "$msAuthorizedKeys" "$userAuthorizedKeys" "$userKeysCacheDir"
;;
'update-userids'|'u')