From ad07458a267ee23dd386b1809842f696356ff187 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sat, 12 Apr 2025 10:28:45 +1200 Subject: Remove brackets from format names in program help text These could be misleading, they could incorrectly indicate that the brackets are part of the format name. --- src/bin/tq.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/bin') diff --git a/src/bin/tq.rs b/src/bin/tq.rs index 571a628..a41aba9 100644 --- a/src/bin/tq.rs +++ b/src/bin/tq.rs @@ -78,18 +78,18 @@ 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 Original 8-bit Intel hex format. - + inhx32 Modified 16-bit Intel hex format used by Microchip. - + raw Assembled words are converted to big-endian bytestrings and concatenated. Each word is padded to the nearest byte. Words must all be the same width. - + source Print the source file before assembly, with symbols resolved. Created by Ben Bridle. -- cgit v1.2.3-70-g09d2