From 7d430d58183fd8ec7cb1837985b68802ef1782cd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2021 18:00:12 +0100 Subject: [PATCH] otter cli: Rename --ssh-proxy-command option This is shorter and more consistent. Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", -- 2.30.2