about summary refs log tree commit diff stats
path: root/subx/001help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/001help.cc')
-rw-r--r--subx/001help.cc9
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"