about summary refs log tree commit diff stats
path: root/subx/001help.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-27 21:33:26 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-27 21:40:12 -0700
commitf539a27245d31f4ba3c90389dce1f5f4d372bd27 (patch)
tree63ad429ff673c9c0febef165b0dc0e93c8adaee8 /subx/001help.cc
parent62a71b89a88800c1966980db1b0ca01ef728c78e (diff)
downloadmu-f539a27245d31f4ba3c90389dce1f5f4d372bd27.tar.gz
5131
Rename '--map' to '--debug'.
Diffstat (limited to 'subx/001help.cc')
-rw-r--r--subx/001help.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/subx/001help.cc b/subx/001help.cc
index 8d815be5..1b3f64dd 100644
--- a/subx/001help.cc
+++ b/subx/001help.cc
@@ -80,10 +80,11 @@ void init_help() {
     "== Debugging aids\n"
     "- Add '--trace' to any of these commands to print a trace to stderr\n"
     "  for debugging purposes.\n"
-    "- Add '--map' to add information to traces. 'subx --map translate' will save\n"
-    "  (to a file called 'map') the mapping from labels to addresses that it computes\n"
-    "  during translation. This file is then available to 'subx --map --trace run'\n"
-    "  which prints out label names in the trace as it encounters them.\n"
+    "- Add '--debug' to add information to traces. 'subx --debug translate' will\n"
+    "  save (to a file called 'labels') the mapping from labels to addresses that\n"
+    "  it computes during translation. This file is then available to\n"
+    "  'subx --debug --trace run' which prints out label names in the trace as it\n"
+    "  encounters them.\n"
     "\n"
     "Options starting with '--' must always come before any other arguments.\n"
     "\n"