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)", );