From ca1e12596c2c3a8f4570c14389afcc72912ff02a Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Wed, 20 Mar 2013 12:49:44 +0100 Subject: [PATCH] Fixed curl example --- dpaste/templates/dpaste/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index ce625dc..288e81a 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -14,7 +14,7 @@

Usage: cat foo.txt | dpaste

Or you could use curl: -alias dpaste="curl -F 'content=<-' http://dpaste.de/api/

+alias dpaste="curl -F 'content=<-' http://dpaste.de/api/"