Index: man/man1/git-cherry-pick-upload.1 |
diff --git a/man/man1/git-cherry-pick-upload.1 b/man/man1/git-cherry-pick-upload.1 |
index aaf249c912a7123ee30e13822aace12c3e7b5258..6c327a9e1378e89885ae7a3d2ed926984bade94f 100644 |
--- a/man/man1/git-cherry-pick-upload.1 |
+++ b/man/man1/git-cherry-pick-upload.1 |
@@ -2,12 +2,12 @@ |
.\" Title: git-cherry-pick-upload |
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> |
-.\" Date: 07/23/2014 |
+.\" Date: 08/20/2014 |
.\" Manual: Chromium depot_tools Manual |
-.\" Source: depot_tools dff725e |
+.\" Source: depot_tools 8d3348f |
.\" Language: English |
.\" |
-.TH "GIT\-CHERRY-PICK-UPLOAD" "1" "07/23/2014" "depot_tools dff725e" "Chromium depot_tools Manual" |
+.TH "GIT\-CHERRY\-PICK\-U" "1" "08/20/2014" "depot_tools 8d3348f" "Chromium depot_tools Manual" |
.\" ----------------------------------------------------------------- |
.\" * Define some portability stuff |
.\" ----------------------------------------------------------------- |
@@ -32,12 +32,12 @@ git-cherry-pick-upload \- Upload the diff between a revision and its parent to r |
.SH "SYNOPSIS" |
.sp |
.nf |
-\fIgit cherry-pick-upload\fR \-\-branch <remote_branch_name> <commit_hash> |
+\fIgit cherry\-pick\-upload\fR \-\-branch <remote_branch_name> <commit_hash> |
.fi |
.sp |
.SH "DESCRIPTION" |
.sp |
-git cherry-pick-upload is used to upload a cherry pick to rietveld\&. It uses your view of the remote to generate the diff between a revision and its parent, and then uploads that diff to rietveld\&. |
+git cherry\-pick\-upload is used to upload a cherry pick to rietveld\&. It uses your view of the remote to generate the diff between a revision and its parent, and then uploads that diff to rietveld\&. |
.sp |
The commit message is annotated with "(cherry picked from commit [parent sha1])" as if it were generated by git cherry\-pick \-x\&. |
.SH "EXAMPLE" |
@@ -48,7 +48,7 @@ The commit message is annotated with "(cherry picked from commit [parent sha1])" |
.RS 4 |
.\} |
.nf |
-\fB$ git cherry-pick-upload \-h\fR |
+\fB$ git cherry\-pick\-upload \-h\fR |
usage: git_cherry_pick_upload\&.py [\-h] \-\-branch <branch> <commit> |
positional arguments: |
@@ -59,7 +59,7 @@ optional arguments: |
\-\-branch <branch>, \-b <branch> |
The upstream branch to cherry pick to\&. |
-\fB$ git cherry-pick-upload \-b my_branch c02b7d24a066adb747fdeb12deb21bfa\fR |
+\fB$ git cherry\-pick\-upload \-b my_branch c02b7d24a066adb747fdeb12deb21bfa\fR |
Found parent revision: b96d69fda53845a205151613a9c4cc93 |
Loaded authentication cookies from \&.codereview_upload_cookies |
Issue created\&. URL: https://codereview\&.chromium\&.org/1234567890 |