diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md index 6f347a8ee..fb3180e31 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -87,7 +87,7 @@ plugins=(... kubectl) | kga | `kubectl get all` | List all resources in ps format | | kgaa | `kubectl get all --all-namespaces` | List the requested object(s) across all namespaces | | | | **Logs** | -| kl | `kubectl logs` | Print the logs for a container or resource | +| klog | `kubectl logs` | Print the logs for a container or resource | | klf | `kubectl logs -f` | Stream the logs for a container or resource (follow) | | | | **File copy** | | kcp | `kubectl cp` | Copy files and directories to and from containers |