From dee79935387e42633d75ec57a779116fd361c75d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 15 Jan 2026 12:44:08 +0100 Subject: [PATCH] docs: fix gdb path option name Fixes: fa22cb0be ("docs: update command line options to use clap") Signed-off-by: Alyssa Ross --- docs/gdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gdb.md b/docs/gdb.md index 49449b019..d9d90ec58 100644 --- a/docs/gdb.md +++ b/docs/gdb.md @@ -8,7 +8,7 @@ To enable debugging with GDB, build with the `guest_debug` feature enabled: cargo build --features guest_debug ``` -To use the `--gdb` option, specify the Unix Domain Socket with `--path` that Cloud Hypervisor will use to communicate with the host's GDB: +To use the `--gdb` option, specify the Unix Domain Socket with `path` that Cloud Hypervisor will use to communicate with the host's GDB: ```bash ./cloud-hypervisor \