about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-28 12:24:02 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-28 12:24:02 -0700
commit425cd42b137bf5ed2269d696711f56cea21282ec (patch)
tree45b555c387d2460e28416477b8ea2c5c6ddfeeb9
parenteb9087635be7d282172ed77d65b4b9136fff16aa (diff)
downloadmu-425cd42b137bf5ed2269d696711f56cea21282ec.tar.gz
4730
-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