about summary refs log tree commit diff stats
path: root/032---operands.cc
diff options
context:
space:
mode:
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";