ssh-agent: move -x description to correct spot in man page

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-04-17 16:53:12 -04:00
parent b85b9c88eb
commit eb45bc6829

View File

@ -131,13 +131,13 @@ A lifetime specified for an identity with
.Xr ssh-add 1 .Xr ssh-add 1
overrides this value. overrides this value.
Without this option the default maximum lifetime is forever. Without this option the default maximum lifetime is forever.
.It Fl x
Exit after the last client has disconnected.
.It Ar command Op Ar arg ... .It Ar command Op Ar arg ...
If a command (and optional arguments) is given, If a command (and optional arguments) is given,
this is executed as a subprocess of the agent. this is executed as a subprocess of the agent.
The agent exits automatically when the command given on the command The agent exits automatically when the command given on the command
line terminates. line terminates.
.It Fl x
Exit after the last client has disconnected.
.El .El
.Pp .Pp
There are two main ways to get an agent set up. There are two main ways to get an agent set up.