From 7808a519be73aaf96b50acde8a3b80dd6213d1a0 Mon Sep 17 00:00:00 2001
From: Clemens Hammacher
diff --git a/man/man1/git-new-branch.1 b/man/man1/git-new-branch.1 index a2f2e10d5..14d50601a 100644 --- a/man/man1/git-new-branch.1 +++ b/man/man1/git-new-branch.1 @@ -50,7 +50,7 @@ Conceptually, each branch in your repo represents one \fIChange List (CL)\fR\&. Set the tracking (upstream) branch to the currently\-checked\-out branch\&. .RE .PP -\-\-uptstream +\-\-upstream .RS 4 Set the tracking (upstream) branch to \&. may be a local branch, remote branch, or a tag\&. .RE diff --git a/man/src/git-new-branch.txt b/man/src/git-new-branch.txt index a9f104f39..6d9bc7211 100644 --- a/man/src/git-new-branch.txt +++ b/man/src/git-new-branch.txt @@ -34,7 +34,7 @@ OPTIONS --upstream_current:: Set the tracking (upstream) branch to the currently-checked-out branch. ---uptstream :: +--upstream :: Set the tracking (upstream) branch to . may be a local branch, remote branch, or a tag.