summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-review.114
-rwxr-xr-xsetup.py2
2 files changed, 1 insertions, 15 deletions
diff --git a/git-review.1 b/git-review.1
index 6b731ab..b6772dc 100644
--- a/git-review.1
+++ b/git-review.1
@@ -43,47 +43,33 @@ submitting local changes to a \fIGerrit\fP server for review.
.B \-\-topic, \-t
.sp
Sets the target topic for this change on the gerrit server.
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-dry\-run, \-n
.sp
Don\(aqt actually perform any commands that have direct effects. Print them
instead.
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-remote, \-r
.sp
git remote to use for gerrit
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-no\-rebase, \-R
.sp
Do not automatically perform a rebase before submitting the change to
gerrit.
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-update, \-u
.sp
Skip cached local copies and force updates from network resources.
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-setup, \-s
.sp
Just run the repo setup commands but don\(aqt submit anything
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-yes, \-y
.sp
Indicate that you do, in fact, understand if you are submitting more than
one patch
-.UNINDENT
-.INDENT 0.0
.TP
.B \-\-verbose, \-v
.sp
diff --git a/setup.py b/setup.py
index e550f0e..09ed9e9 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
keywords='git gerrit review',
author='OpenStack, LLC.',
author_email='openstack@lists.launchpad.net',
- url='http://www.openstack.org',
+ url='https://launchpad.net/git-review',
scripts=['git-review'],
data_files=[('share/man/man1', ['git-review.1'])],
)