Skip to content

Commit dee7993

Browse files
alyssaislikebreath
authored andcommitted
docs: fix gdb path option name
Fixes: fa22cb0 ("docs: update command line options to use clap") Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent 4f69cf6 commit dee7993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To enable debugging with GDB, build with the `guest_debug` feature enabled:
88
cargo build --features guest_debug
99
```
1010

11-
To use the `--gdb` option, specify the Unix Domain Socket with `--path` that Cloud Hypervisor will use to communicate with the host's GDB:
11+
To use the `--gdb` option, specify the Unix Domain Socket with `path` that Cloud Hypervisor will use to communicate with the host's GDB:
1212

1313
```bash
1414
./cloud-hypervisor \

0 commit comments

Comments
 (0)