Skip to content

Commit

Permalink
Fix spelling (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
eharris128 authored Nov 5, 2024
1 parent 09cc5a7 commit 1644742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ Debug minimal or regular container images running in Docker, Podman, Kubernetes
- `--run-as-target-shell` - Attach an interactive terminal to the debug container and run shell as if it's running in the target container environment (true by default).
- `--list-sessions` - List all debug sessions for the selected target (pod and optionally selected container for k8s or container for other runtimes).
- `--show-session-logs` - Show logs for the selected debug session (using namespace, pod, target container or debug session container name for k8s or debug session container name for other runtimes).
- `--session` - Debug session container name (used for debug sessoin actions).
- `--session` - Debug session container name (used for debug session actions).
- `--connect-session` - Connect to existing debug session.
- `--list-namespaces` - List names for available namespaces (use this flag by itself) [k8s runtime].
- `--list-pods` - List names for running pods in the selected namespace (use this flag by itself) [k8s runtime].
Expand Down

0 comments on commit 1644742

Please sign in to comment.