diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-28 12:24:02 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-28 12:24:02 -0700 |
commit | 425cd42b137bf5ed2269d696711f56cea21282ec (patch) | |
tree | 45b555c387d2460e28416477b8ea2c5c6ddfeeb9 /subx | |
parent | eb9087635be7d282172ed77d65b4b9136fff16aa (diff) | |
download | mu-425cd42b137bf5ed2269d696711f56cea21282ec.tar.gz |
4730
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 2 |
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 |