Specify output file for curl commands in documentation

For downloading the commit-msg hook and the gerrit-cherry-pick script
users can either use scp or curl. Specify the output file for each curl
command so that the result is equal to the matching scp command.

Change-Id: Ie12f97842b2adad0c4d3f55ea9af3f1c1b933016
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2012-07-09 11:27:48 +02:00
parent 6735702d9d
commit 154cd2ed9f
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ copy it to your local system:
====
$ scp -p -P 29418 john.doe@review.example.com:bin/gerrit-cherry-pick ~/bin/
$ curl http://review.example.com/tools/bin/gerrit-cherry-pick
$ curl -o ~/bin/gerrit-cherry-pick http://review.example.com/tools/bin/gerrit-cherry-pick
====
GERRIT