diff options
author | cremesk <ennik@envs.net> | 2019-07-13 16:22:00 +0200 |
---|---|---|
committer | cremesk <ennik@envs.net> | 2019-07-13 16:22:00 +0200 |
commit | 9a4e50ef40cae8e68fce740599de40b3c9c09386 (patch) | |
tree | c316f8809e0ed0e6e5f09a84e77013651337883e | |
parent | add alias info (diff) | |
download | hex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.tar.gz hex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.tar.bz2 hex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.zip |
typo fix
-rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -363,7 +363,7 @@ def fhost(): HTTP POST files here: <code>curl -F'file=@yourfile.png' {0}</code> You can also POST remote URLs: - <code>curl -F'url=http://example.com/image.jpg' {0}</code> + <code>curl -F'url=https://example.com/image.jpg' {0}</code> Or you can shorten URLs: <code>curl -F'shorten=http://example.com/some/long/url' {0}</code> |