Commit 2e6c700d74bda52e3b2a6d1ad741534a553d2e26

Thomas de Grivel 2022-01-03T16:36:26

readme

diff --git a/README.md b/README.md
index c8c822d..015b312 100644
--- a/README.md
+++ b/README.md
@@ -54,14 +54,14 @@ Will output concatenated values of files for keys A, B.B1 and C.C1.C2.
 Keys must be quoted according to K1 or K2.
 
 ```
-  kv --quote FILE
+  kv --quote FILE [...]
 ```
-Will quote INPUT according to (K1 | K2 | K3 | K4) whichever is best.
+Will quote files according to (K1 | K2 | K3 | K4) whichever is best.
 
 ```
-  kv --unquote INPUT
+  kv --unquote FILE [...]
 ```
-Will unquote INPUT according to (K1 | K2 | K3 | K4).
+Will unquote files according to (K1 | K2 | K3 | K4).
 
 
 ## Reference implementation