git: cf653b7abea3 - main - git-arc(1): fix usage formatting for stage command

Mitchell Horne mhorne at FreeBSD.org
Fri May 14 20:34:40 UTC 2021


The branch main has been updated by mhorne:

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

commit cf653b7abea3852cac8dfb65415f7349baa6ceb1
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-05-14 20:32:47 +0000
Commit:     Mitchell Horne <mhorne at 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


More information about the dev-commits-src-main mailing list