From d0c058336bc2b10d5718c0abd31804f35d2eeec9 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Fri, 28 Jun 2024 13:57:02 +0200 Subject: [PATCH] help change --- sw/deployer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/deployer/src/main.rs b/sw/deployer/src/main.rs index 06ae718..eb9cc43 100644 --- a/sw/deployer/src/main.rs +++ b/sw/deployer/src/main.rs @@ -25,7 +25,7 @@ struct Cli { #[command(subcommand)] command: Commands, - /// Connect to SC64 device on provided serial port + /// Connect to SC64 device on provided local port #[arg(short, long)] port: Option,