diff --git a/hermes_cli/setup.py b/hermes_cli/setup.py index 690b4e49a4..3d541ff130 100644 --- a/hermes_cli/setup.py +++ b/hermes_cli/setup.py @@ -158,7 +158,7 @@ def prompt_checklist(title: str, items: list, pre_selected: list = None) -> list pre_selected = [] print(color(title, Colors.YELLOW)) - print_info("Select the tools you want, then choose Continue.") + print_info("Press SPACE to select items, then ENTER on Continue.") print() try: