Skip to content

Commit

Permalink
FL-374: doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Jun 28, 2014
1 parent 6585bce commit e4754b3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions keychain.pod
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ ssh-agent, otherwise it loads them, prompting you for a password if
necessary.

Keychain also supports gpg-agent in the same ways that ssh-agent is
supported. By default keychain attempts to start all available agents
but will fall back to only gpg-agent or only ssh-agent if either is
unavailable. You can specifically limit keychain using the --agents
supported. By default keychain attempts to start ssh-agent.
You can modify this behavior using the --agents
option.

keychain supports most UNIX-like operating systems, including Cygwin.
Expand All @@ -43,9 +42,9 @@ It works with Bourne-compatible, csh-compatible and fish shells.

=item B<--agents> I<list>

Start the agents listed. By default keychain will build the list
automatically based on the existence of ssh-agent and/or gpg-agent on
the system. The list should be comma-separated, for example "gpg,ssh"
Start the agents listed. By default keychain will start ssh-agent
if it is found in your path. The list should be comma-separated,
for example "gpg,ssh"

=item B<--attempts> I<num>

Expand Down

0 comments on commit e4754b3

Please sign in to comment.