diff options
author | 2007-06-12 13:41:03 +0000 | |
---|---|---|
committer | 2007-06-12 13:41:03 +0000 | |
commit | ac83c95ab68a5b4b09b6b81732cfaa84c095132c (patch) | |
tree | e9e8fc8a0b98fbf20dccd5ced9b957504855fe55 /usr.bin/ssh/ssh-add.1 | |
parent | Use SATA_SIGNATURE_ATAPI constant instead of a magic number. (diff) | |
download | wireguard-openbsd-ac83c95ab68a5b4b09b6b81732cfaa84c095132c.tar.xz wireguard-openbsd-ac83c95ab68a5b4b09b6b81732cfaa84c095132c.zip |
identies -> identities;
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index b5f0b5f6baa..005041b6897 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm Exp $ +.\" $OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $ .\" .\" -*- nroff -*- .\" @@ -89,10 +89,10 @@ program, rather than text entered into the requester. .It Fl D Deletes all identities from the agent. .It Fl d -Instead of adding identies, removes identities from the agent. +Instead of adding identities, removes identities from the agent. If .Nm -has been run without arguments, the keys for the default identies will +has been run without arguments, the keys for the default identities will be removed. Otherwise, the argument list will be interpreted as a list of paths to public key files and matching keys will be removed from the agent. |