git: a3e8efd45a42 - stable/14 - git-arc.1: list width typo

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Fri, 21 Jun 2024 13:05:52 UTC
The branch stable/14 has been updated by mhorne:

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

commit a3e8efd45a42d5c4c1bde45ba7f636a840dc6e44
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-01 06:19:33 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-06-21 13:05:01 +0000

    git-arc.1: list width typo
    
    Reviewed by:    mhorne
    MFC after:      3 days
    Fixes:          760be44702 ("git-arc: document "create" command options")
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1272
    
    (cherry picked from commit 41d6858ebd6ae0431196c1bc6f03f8e388eae8e6)
---
 tools/tools/git/git-arc.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1
index c816de672984..064c86ec9e47 100644
--- a/tools/tools/git/git-arc.1
+++ b/tools/tools/git/git-arc.1
@@ -70,7 +70,7 @@ The available verbs are:
 .It Cm create
 Create new Differential Revisions from the specified commits.
 Accepts options:
-.Bl -tag -width subscriber
+.Bl -tag -width "-s subscriber"
 .It Fl l
 Before processing commit(s) display list of commits to be processed
 and wait for confirmation.