Skip to content

Commit f77b7c0

Browse files
committed
docs: add note on how to run set connection in docker container
1 parent cb4befe commit f77b7c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cli.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,9 @@ pub enum SshConfig {
313313
compress_image: Option<Compression>,
314314
},
315315

316-
/// set ssh connection parameters (currently not working in docker image)
316+
/// set ssh connection parameters (see
317+
/// https://github.com/omnect/omnect-cli?tab=readme-ov-file#usage-with-docker
318+
/// for details on how to use this command with the docker image)
317319
SetConnection {
318320
/// username for the login on the device.
319321
#[arg(short = 'u', long = "user", default_value = "omnect")]

0 commit comments

Comments
 (0)