diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-12 10:27:10 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-12 10:29:03 +1200 |
commit | 32b0861a8045a695aca155e946332ce8b958a6a7 (patch) | |
tree | 6fd475b265966ec4fd418927b961e64b8171e5ae | |
parent | dddb76c4ad504022fa4f4c4f6965c08da22c387e (diff) | |
download | torque-asm-32b0861a8045a695aca155e946332ce8b958a6a7.zip |
Add the cmd format to the list in program help text
-rw-r--r-- | src/bin/tq.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/tq.rs b/src/bin/tq.rs index ffbc330..571a628 100644 --- a/src/bin/tq.rs +++ b/src/bin/tq.rs @@ -78,6 +78,8 @@ Environment variables: into the program. Output formats: + <cmd> + CMD module load format used by the CP/M operating system. <debug> Print assembled words as human-readable binary literals. <inhx> |