git: 60b63dfef66d - stable/12 - ssh-agent: move -x description to correct spot in man page

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 20 Apr 2022 00:31:39 UTC
The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=60b63dfef66db5a305dcc74bb7861c9db46d15f1

commit 60b63dfef66db5a305dcc74bb7861c9db46d15f1
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-17 20:53:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-04-20 00:31:29 +0000

    ssh-agent: move -x description to correct spot in man page
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit eb45bc6829157b4bd8367a7fac96acc0e740f116)
---
 crypto/openssh/ssh-agent.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/openssh/ssh-agent.1 b/crypto/openssh/ssh-agent.1
index 0320a2b0ff58..ed73e0084a4a 100644
--- a/crypto/openssh/ssh-agent.1
+++ b/crypto/openssh/ssh-agent.1
@@ -131,13 +131,13 @@ A lifetime specified for an identity with
 .Xr ssh-add 1
 overrides this value.
 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 ...
 If a command (and optional arguments) is given,
 this is executed as a subprocess of the agent.
 The agent exits automatically when the command given on the command
 line terminates.
-.It Fl x
-Exit after the last client has disconnected.
 .El
 .Pp
 There are two main ways to get an agent set up.