From 80c75f43dd6c26118197610a879419129867e7da Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Fri, 9 Aug 2024 23:37:35 -0700 Subject: [PATCH] name --- tools/op.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/op.sh b/tools/op.sh index 7d972b0c86cf46..a133cc4348f1e9 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -118,7 +118,7 @@ function op_check_os() { fi elif [[ "$OSTYPE" == "darwin"* ]]; then - echo -e " ↳ [${GREEN}✔${NC}] macos detected.\n" + echo -e " ↳ [${GREEN}✔${NC}] macOS detected.\n" else echo -e " ↳ [${RED}✗${NC}] OS type $OSTYPE not supported!" loge "ERROR_UNKNOWN_OS" "$OSTYPE" @@ -308,14 +308,14 @@ function op_default() { echo -e "${BOLD}${UNDERLINE}Usage:${NC} op [OPTIONS] " echo "" echo -e "${BOLD}${UNDERLINE}Commands:${NC}" - echo -e " ${BOLD}venv${NC} Activate the Python virtual environment" + echo -e " ${BOLD}venv${NC} Activate the python virtual environment" echo -e " ${BOLD}check${NC} Check the development environment (git, os, python) to start using openpilot" echo -e " ${BOLD}setup${NC} Install openpilot dependencies" echo -e " ${BOLD}build${NC} Run the openpilot build system in the current working directory" echo -e " ${BOLD}sim${NC} Run openpilot in a simulator" - echo -e " ${BOLD}juggle${NC} Run Plotjuggler" - echo -e " ${BOLD}replay${NC} Run replay" - echo -e " ${BOLD}cabana${NC} Run cabana" + echo -e " ${BOLD}juggle${NC} Run PlotJuggler" + echo -e " ${BOLD}replay${NC} Run Replay" + echo -e " ${BOLD}cabana${NC} Run Cabana" echo -e " ${BOLD}lint${NC} Run the linter" echo -e " ${BOLD}test${NC} Run all unit tests from pytest" echo -e " ${BOLD}help${NC} Show this message"