about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 02:14:48 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 02:14:48 -0800
commitcdcf5d71c0a879bbe4895e6c82b985eff9244d05 (patch)
treea5a1ddebde5e22f2092e5fa617de48ff987e1cc2
parentab02bb66328f3dd8066a32efb04d86f67f34993e (diff)
downloadmu-cdcf5d71c0a879bbe4895e6c82b985eff9244d05.tar.gz
5867
-rw-r--r--001help.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/001help.cc b/001help.cc
index 9dcc99e9..daf1207c 100644
--- a/001help.cc
+++ b/001help.cc
@@ -59,12 +59,10 @@ init_help();
 :(code)
 void init_help() {
   put(Help, "usage",
-    "Welcome to SubX, a better way to program in machine code.\n"
-    "SubX uses a subset of the x86 instruction set. SubX programs will run\n"
-    "without modification on Linux computers.\n"
-    "It provides a better experience and better error messages than\n"
-    "programming directly in machine code, but you have to stick to the\n"
-    "instructions it supports.\n"
+    "bootstrap: the bootstrap translator for SubX.\n"
+    "This program also wraps some miscellaneous useful functionality:\n"
+    "  - an x86 emulator: `bootstrap run`\n"
+    "  - online help: `bootstrap help`\n"
     "\n"
     "== Ways to invoke bootstrap\n"
     "- Run tests:\n"