about summary refs log tree commit diff stats
path: root/032---operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 01:41:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 02:01:41 -0800
commit9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e (patch)
tree5134d5ff1629cb5262e5feda38831456a2d1467d /032---operands.cc
parentdf8498fb8294cb07d02076cf3881617b5af07974 (diff)
downloadmu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz
5865
Give the bootstrap C++ program a less salient name.
Diffstat (limited to '032---operands.cc')
-rw-r--r--032---operands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/032---operands.cc b/032---operands.cc
index 5d434319..f02ee3a5 100644
--- a/032---operands.cc
+++ b/032---operands.cc
@@ -21,7 +21,7 @@ put_new(Help, "instructions",
   "The complete list of operand types: mod, subop, r32 (register), rm32\n"
   "(register or memory), scale, index, base, disp8, disp16, disp32, imm8,\n"
   "imm32.\n"
-  "Each of these has its own help page. Try reading 'subx help mod' next.\n"
+  "Each of these has its own help page. Try reading 'bootstrap help mod' next.\n"
 );
 :(before "End Help Contents")
 cerr << "  instructions\n";