From 9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 01:41:55 -0800 Subject: 5865 Give the bootstrap C++ program a less salient name. --- 032---operands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '032---operands.cc') 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"; -- cgit 1.4.1-2-gfad0