Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2021 20:34:40 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cf653b7abea3 - main - git-arc(1): fix usage formatting for stage command
Message-ID:  <202105142034.14EKYevJ052139@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

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

commit cf653b7abea3852cac8dfb65415f7349baa6ceb1
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2021-05-14 20:32:47 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2021-05-14 20:34:04 +0000

    git-arc(1): fix usage formatting for stage command
    
    The branch argument is conditional on the -b flag.
    
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D30262
---
 tools/tools/git/git-arc.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1
index 00019a19180d..21399aef8e0e 100644
--- a/tools/tools/git/git-arc.1
+++ b/tools/tools/git/git-arc.1
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 7, 2021
+.Dd May 14, 2021
 .Dt GIT-ARC 1
 .Os
 .Sh NAME
@@ -43,8 +43,8 @@
 .Cm patch Ar diff1 Ns Op Cm \&, Ns Ar diff2
 .Nm
 .Cm stage
-.Op Fl b
-.Ar branch Op Ar commit Ns | Ns Ar commit-range
+.Op Fl b Ar branch
+.Op Ar commit Ns | Ns Ar commit-range
 .Nm
 .Cm update
 .Op Ar commit Ns | Ns Ar commit-range Oc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105142034.14EKYevJ052139>