diff --git a/tools/citool/README.md b/tools/citool/README.md index dfbf49d4a..42525b0d4 100644 --- a/tools/citool/README.md +++ b/tools/citool/README.md @@ -1,15 +1,5 @@ # A tool to manage E2E tests on Github CI -Available Commands: -check-tests Check if all tests in a directory are included in the test configurations YAML file -completion Generate the autocompletion script for the specified shell -csvexport Export tests to CSV format -filter Filter test configurations based on specified criteria -help Help about any command -test-config Manage test config - -## Usage - -```bash -go run main.go +```sh +go run . -h # See run commands ```