Skip to content

Commit

Permalink
alias --type parameter to -t
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 22, 2018
1 parent 03a0ba5 commit cb8012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn parse_attach_args(args: Vec<String>) -> 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)",
);
Expand Down

0 comments on commit cb8012f

Please sign in to comment.