cmd/commands: Update documentation for dlv attach

Commit changes after executing gen-usage-docs.go script

Related to #1995
This commit is contained in:
Darren Rambaud 2020-04-09 21:02:02 -05:00 committed by Derek Parker
parent b13fe990bd
commit 49c6498512

@ -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
```