diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-25 22:55:21 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-25 22:55:21 -0700 |
commit | 0c7f08cea081644ef1f79cda065c716f76b7db32 (patch) | |
tree | c65d01a3a7834d69fe7c0981750e3926af104bf7 /subx/001help.cc | |
parent | 68ccf4d3245e78c869f25ffc5078f267eb22a9ee (diff) | |
download | mu-0c7f08cea081644ef1f79cda065c716f76b7db32.tar.gz |
5479
Diffstat (limited to 'subx/001help.cc')
-rw-r--r-- | subx/001help.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/subx/001help.cc b/subx/001help.cc index 79589cf8..7236ca50 100644 --- a/subx/001help.cc +++ b/subx/001help.cc @@ -73,16 +73,15 @@ void init_help() { " subx --help\n" "- Convert a textual SubX program into a standard ELF binary that you can\n" " run on your computer:\n" - " subx translate input1.subx intput2.subx ... -o <output ELF binary>\n" + " subx translate input1.subx input2.subx ... -o <output ELF binary>\n" "- Run a SubX binary using SubX itself (for better error messages):\n" " subx run <ELF binary>\n" "\n" "== Debugging aids\n" - "- Add '--trace' to any of these commands to print a trace to stderr\n" - " for debugging purposes.\n" + "- Add '--trace' to any of these commands to save a trace.\n" "- Add '--debug' to add information to traces. 'subx --debug translate' will\n" - " save various mappings to files that 'subx --debug --trace run'\n" - " can use to make traces more informative.\n" + " save metadata to disk that 'subx --debug --trace run' uses to make traces\n" + " more informative.\n" "\n" "Options starting with '--' must always come before any other arguments.\n" "\n" |