]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Use recfile and TAI64N
[uploader.git] / README
diff --git a/README b/README
index 053829e016dd7385e3306c272f42460c229c04ce..7ab9f86acc11b9fca9923faa91997086acbc51ad 100644 (file)
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ Also it calculates BLAKE2b checksum, replying with it in the answer.
 
 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/
+    curl -F file=@somedata.tar.gpg \
+        [ -F comment="optional comment" ] \
+        http://localhost:8086/upload/
 
 You can verify integrity locally: