diff --git a/Documentation/usage/dlv_attach.md b/Documentation/usage/dlv_attach.md index bde7291f..ce6dd29a 100644 --- a/Documentation/usage/dlv_attach.md +++ b/Documentation/usage/dlv_attach.md @@ -16,6 +16,12 @@ option to let the process continue or kill it. dlv attach pid [executable] ``` +### Options + +``` + --continue Continue the debugged process on start. +``` + ### Options inherited from parent commands ```