summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7ef7c7..9542fa6 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ Manage your VPN configurations easily from the CLI:
| `profile stop <name>` | Force-stop an active tunnel session. |
### Diagnostics
-Check your environment and verify isolation using these subcommands:
+Check your environment and troubleshoot issues using these subcommands:
+- `healthcheck`: Run a comprehensive diagnostic to ensure your system supports rootless namespaces.
- `show-config`: View resolved paths and current isolation status.
- `test-ns`: Verify that you are correctly isolated in a network namespace.
- `test-args`: (For developers) Verify 8-bit clean argument passing.