aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcremesk <ennik@envs.net>2019-07-13 16:22:00 +0200
committercremesk <ennik@envs.net>2019-07-13 16:22:00 +0200
commit9a4e50ef40cae8e68fce740599de40b3c9c09386 (patch)
treec316f8809e0ed0e6e5f09a84e77013651337883e
parentadd alias info (diff)
downloadhex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.tar.gz
hex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.tar.bz2
hex-zero-9a4e50ef40cae8e68fce740599de40b3c9c09386.zip
typo fix
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhost.py b/fhost.py
index 90b7506..e466f34 100755
--- a/fhost.py
+++ b/fhost.py
@@ -363,7 +363,7 @@ def fhost():
HTTP POST files here:
<code>curl -F'file=&#64;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>
bgstack15