Skip to content

Commit 0c16d63

Browse files
committed
Minor docs fixes.
1 parent 938e9df commit 0c16d63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

keychain.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ keychain - Manager for ssh-agent, gpg-agent and private keys. Compatible with PO
66

77
S<keychain [ -hklQqV ] [ --clear --confhost --confallhosts --debug>
88
S<--extended --gpg2 --help --ignore-missing --list --noask --nocolor --nogui>
9-
S<--noinherit --nolock --quick --quiet --ssh-allow-forwarded --ssh-rm>
10-
S<--ssh-spawn-gpg --systemd --version ] [ --ssh-agent-socket I<path> ]>
9+
S<--noinherit --nolock --quick --quiet --ssh-allow-forwarded --ssh-allow-gpg>
10+
S<--ssh-rm --ssh-spawn-gpg --systemd --version ] [ --ssh-agent-socket I<path> ]>
1111
S<[ --dir I<dirname> ] [ --host I<name> ] [ --lockwait I<seconds> ]>
1212
S<[ --stop I<which> ] [ --timeout I<minutes> ] [ --wipe I<which> ] [ keys... ]>
1313

1414
=head1 INTRODUCTION
1515

1616
B<Keychain> helps you to manage SSH and GPG keys in a convenient and secure
1717
manner. It acts as a frontend to C<ssh-agent> and C<ssh-add>, but allows you
18-
to easily have one long running C<ssh-agent> process per system, rather than
18+
to easily have one long-running C<ssh-agent> process per system, rather than
1919
the norm of one C<ssh-agent> per login session.
2020

2121
This dramatically reduces the number of times you need to enter your

0 commit comments

Comments
 (0)