From a25a630d77c880d97ee3415f547a396b148fb0ed Mon Sep 17 00:00:00 2001 From: prplV Date: Mon, 13 Jan 2025 15:17:32 +0300 Subject: [PATCH] test fix not to test bash code ) --- noxis-rs/src/options/preboot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxis-rs/src/options/preboot.rs b/noxis-rs/src/options/preboot.rs index 8130e96..84a3f27 100644 --- a/noxis-rs/src/options/preboot.rs +++ b/noxis-rs/src/options/preboot.rs @@ -10,7 +10,7 @@ const SOCKET_PATH: &str = "/var/run/enode/hostagent.sock"; /// ## for setting up metrics mode as preboot param from command prompt /// /// examples: -/// ``` +/// ``` bash /// noxis-rs ... --metrics full /// noxis-rs ... --metrics system /// noxis-rs ... --metrics processes