summaryrefslogtreecommitdiffstats
path: root/pkg/integration/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-14 21:39:07 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-14 21:39:07 +1000
commit6abcfd5cba1120eaf1408aa600e730e54d84513d (patch)
tree1b6cbaebb3e97c41de5d3bfea8914c0504fb380c /pkg/integration/README.md
parenta95d3e26b3936da9caec8cf6f1b487715ecc3cb0 (diff)
missed a spot
Diffstat (limited to 'pkg/integration/README.md')
-rw-r--r--pkg/integration/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/README.md b/pkg/integration/README.md
index 658339a43..912e825ba 100644
--- a/pkg/integration/README.md
+++ b/pkg/integration/README.md
@@ -37,7 +37,7 @@ If you find yourself doing something frequently in a test, consider making it a
There are three ways to invoke a test:
-1. go run cmd/integration_test/main.go cli [--slow] [<testname or testpath>...]
+1. go run cmd/integration_test/main.go cli [--slow] [testname or testpath...]
2. go run cmd/integration_test/main.go tui
3. go test pkg/integration/clients/go_test.go