mirror of https://github.com/ekzhang/bore.git
This commit is contained in:
parent
664723cba5
commit
f1ed0b2ecb
|
@ -22,7 +22,7 @@ enum Command {
|
|||
local_host: String,
|
||||
|
||||
/// Address of the remote server to expose local ports to.
|
||||
#[clap(short, long)]
|
||||
#[clap(short, long, env = "BORE_SERVER")]
|
||||
to: String,
|
||||
|
||||
/// Optional port on the remote server to select.
|
||||
|
|
Loading…
Reference in New Issue