Skip to content

Commit c0e6ccb

Browse files
authored
Update README.md
1 parent 666d59d commit c0e6ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sudo mv kubectl-parallel-exec /usr/local/bin/
5656

5757
## Usage
5858
```sh
59-
kubectl-parallel-exec -kubeconfig /path/to/kubeconfig -c container-name -l label-selector command-to-execute
59+
kubectl-parallel-exec -kubeconfig /path/to/kubeconfig -c container-name -l label-selector -n namespace command-to-execute
6060
```
6161
- `-kubeconfig`: Path to the kubeconfig file. If not provided, in-cluster configuration will be used.
6262
- `-c`: Container to execute the command against.

0 commit comments

Comments
 (0)