Commit 09918e32 authored by Cody West's avatar Cody West

Use long options in curl

parent 6a11043e
......@@ -51,7 +51,7 @@ interested in.
If you're using curl then you can use the verbose option to show request and response headers, as well as other debug info.
```shell
➜ ~ curl -v https://gitlab.example.com/api/v4/projects
➜ ~ curl --verbose https://gitlab.example.com/api/v4/projects
# look for a line that looks like this
< x-request-id: 4rAMkV3gof4
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment