Skip to content

Commit

Permalink
Merge pull request tldr-pages#621 from jamapag/curl-style
Browse files Browse the repository at this point in the history
curl: fix example according to style guide.
  • Loading branch information
igorshubovych committed Jan 6, 2016
2 parents f31f3bb + 16d9553 commit d4994d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Download a URL to a file

`curl "{{URL}}" -o filename`
`curl "{{URL}}" -o {{filename}}`

- send form-encoded data

Expand Down

0 comments on commit d4994d0

Please sign in to comment.