From cb8012fd2856e53330ef327f4213fd43f36af060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 22 Jun 2018 12:30:28 +0100 Subject: [PATCH] alias --type parameter to -t --- src/bin/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.rs b/src/bin/main.rs index fcca6c00..4d01b482 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -48,7 +48,7 @@ fn parse_attach_args(args: Vec) -> cntr::AttachOptions { "effective username that should be owner of new created files on the host", ); ap.refer(&mut container_type).add_option( - &["--type"], + &["-t", "--type"], Store, "Container type (process_id|rkt|docker|nspawn|lxc|lxd|command), default: all except command)", );