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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user