Skip to content

Commit f097178

Browse files
committed
improve docs
1 parent 884fdf0 commit f097178

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/quickrun.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ warcli cluster deploy
5151

5252
...to deploy warnet to your cluster.
5353

54-
`warcli deploy` also automatically configures port forwarding to the Server in the cluster.
54+
`warcli cluster deploy` also automatically configures port forwarding to the Server in the cluster.
5555

5656
## Stopping
5757

src/warnet/cli/cluster.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def cluster():
2222
"""Start, configure and stop a warnet k8s cluster\n
2323
\b
2424
Supports chaining, e.g:
25-
warcli cluster deploy
26-
warcli cluster teardown
25+
warcli cluster deploy-logging connect-logging
2726
"""
2827
pass
2928

0 commit comments

Comments
 (0)