]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Ability to leave comment to uploaded file
[uploader.git] / README
diff --git a/README b/README
index 823492a49f8895b01a55c1ec6d3b0b1b2b8fad4b..5d674a948daaca55439908757fb05ecb3b281f88 100644 (file)
--- a/README
+++ b/README
@@ -6,6 +6,8 @@ You can upload files with curl:
 
     curl -F fileupload=@somedata.tar.gpg http://localhost:8086/upload/
 
+    curl -F fileupload=@somedata.tar.gpg -F comment="optional comment" http://localhost:8086/upload/
+
 You can verify integrity locally:
 
     b2sum -a blake2b somedata.tar.gpg