mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fixed curl example
This commit is contained in:
parent
a202d88324
commit
ca1e12596c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<p>Usage: <code>cat foo.txt | dpaste</code></p>
|
<p>Usage: <code>cat foo.txt | dpaste</code></p>
|
||||||
|
|
||||||
<p>Or you could use <code>curl</code>:
|
<p>Or you could use <code>curl</code>:
|
||||||
<code>alias dpaste="curl -F 'content=<-' http://dpaste.de/api/</code></p>
|
<code>alias dpaste="curl -F 'content=<-' http://dpaste.de/api/"</code></p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue