about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index a993e751..4403d067 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -111,7 +111,7 @@ Running `subx` will transparently compile it as necessary.
 
 * `subx test`: runs all automated tests.
 
-* `subx translate <input file> -o <output ELF binary>`: translates a text file
+* `subx translate <input files> -o <output ELF binary>`: translates text files
   containing hex bytes and macros into an executable ELF binary.
 
 * `subx run <ELF binary>`: simulates running the ELF binaries emitted by `subx