From: Ian Jackson Date: Tue, 1 Jun 2021 17:00:12 +0000 (+0100) Subject: otter cli: Rename --ssh-proxy-command option X-Git-Tag: otter-0.7.0~138 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d430d58183fd8ec7cb1837985b68802ef1782cd;p=otter.git otter cli: Rename --ssh-proxy-command option This is shorter and more consistent. Signed-off-by: Ian Jackson --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 119573bd..6a46f637 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -433,7 +433,7 @@ fn main() { interporeted by the local shell)"); ap.refer(&mut rma.ssh_proxy_command) .metavar("OTTER-PROXY-COMMAND") - .add_option(&["--ssh-remote-proxy-command"], StoreOption, + .add_option(&["--ssh-proxy-command"], StoreOption, Box::leak(Box::new(/* bug in argparse */ format!( "command to run instead of `{}` for remote Otter \ (shell syntax, interpreted by the remote shell)",