aboutsummaryrefslogtreecommitdiff
path: root/fhost.py
diff options
context:
space:
mode:
authorcreme <creme@envs.net>2020-02-12 17:54:56 +0100
committercreme <creme@envs.net>2020-02-12 17:54:56 +0100
commit0da417485f023d97bfb8bd22d1df13bb896e8d01 (patch)
treee04c8c853c401d6b8c4e278f1887eb94d91e1cdf /fhost.py
parentfix outline headlines (diff)
downloadhex-zero-0da417485f023d97bfb8bd22d1df13bb896e8d01.tar.gz
hex-zero-0da417485f023d97bfb8bd22d1df13bb896e8d01.tar.bz2
hex-zero-0da417485f023d97bfb8bd22d1df13bb896e8d01.zip
change alias single qoute to double
Diffstat (limited to 'fhost.py')
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhost.py b/fhost.py
index 7fd9d96..245105a 100755
--- a/fhost.py
+++ b/fhost.py
@@ -428,7 +428,7 @@ you can also support it financially via liberapay.
to make your life easier, you can add aliases to your <code>.bash_aliases</code> on Linux
and <code>.bash_profile</code> on Mac OS X. just remember to reset your terminal session after that.
<code>0file&#40;&#41; &#123; curl -F"file=&#64;&#36;1" {0} ; &#125;
-0pb&#40;&#41; &#123; curl -F'file=@-;' {0} ; &#125;
+0pb&#40;&#41; &#123; curl -F"file=@-;" {0} ; &#125;
0url&#40;&#41; &#123; curl -F"url=&#36;1" {0} ; &#125;
0short&#40;&#41; &#123; curl -F"shorten=&#36;1" {0} ; &#125;</code>
bgstack15