From 300aa16720ddfa0b6e20aac020e42b701ffa6893 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 15:11:10 -0800 Subject: 5873 --- 001help.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '001help.cc') diff --git a/001help.cc b/001help.cc index daf1207c..ff622162 100644 --- a/001help.cc +++ b/001help.cc @@ -65,8 +65,6 @@ void init_help() { " - online help: `bootstrap help`\n" "\n" "== Ways to invoke bootstrap\n" - "- Run tests:\n" - " bootstrap test\n" "- See this message:\n" " bootstrap --help\n" "- Convert a textual SubX program into a standard ELF binary that you can\n" @@ -74,6 +72,11 @@ void init_help() { " bootstrap translate input1.subx input2.subx ... -o \n" "- Run a SubX binary using SubX itself (for better error messages):\n" " bootstrap run \n" + "- Run all bootstrap's unit tests:\n" + " bootstrap test\n" + "- Run a single unit test:\n" + " bootstrap test \n" + " e.g. bootstrap test test_copy_imm32_to_EAX\n" "\n" "== Debugging aids\n" "- Add '--trace' to any of these commands to save a trace to disk at the end.\n" -- cgit 1.4.1-2-gfad0 da3ff456f20b9913c'>refs log tree commit diff stats