lwp-request: removed unnecessary usage of cat (#4989)

translation-badges
Juri 2020-11-30 13:06:12 +01:00 committed by GitHub
parent 96f5f20498
commit b20e80a60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
- Upload a file with a POST request:
`cat {{path/to/file}} | lwp-request -m POST {{http://example.com/some/path}}`
`lwp-request -m POST {{http://example.com/some/path}} < {{path/to/file}}`
- Make a request with a custom user agent: