diff options
author | Astatin <[email protected]> | 2025-07-03 22:12:32 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-07-03 22:12:32 +0200 |
commit | bfe34191a52e356ce92df8e6b10d3ba2b4598fe8 (patch) | |
tree | 9c16eda8054601517da3118e1a12d9a99f2f05bb /src | |
parent | ab69dcb61fc426938c42c9d17715d224784596c3 (diff) |
Update README
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 4399548..821a76d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -71,7 +71,7 @@ struct Cli { #[arg(short='L', long)] listen: Option<u16>, - /// Serial tcp connect port + /// Serial tcp connect address <address:port> #[arg(short, long)] connect: Option<String>, |