Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
a600ab4b
Commit
a600ab4b
authored
May 17, 2018
by
Mauro Porras P
Committed by
Marc Cornellà
May 17, 2018
Browse files
Minor fix: "stdin" instead of "stding" (#6801)
parent
6dd39a11
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/docker/_docker
View file @
a600ab4b
...
...
@@ -889,7 +889,7 @@ __docker_container_subcommand() {
$opts_help
\
$opts_attach_exec_run_start
\
"(
$help
-a --attach)"
{
-a
,--attach
}
"[Attach container's stdout/stderr and forward all signals]"
\
"(
$help
-i --interactive)"
{
-i
,--interactive
}
"[Attach container's stdin
g
]"
\
"(
$help
-i --interactive)"
{
-i
,--interactive
}
"[Attach container's stdin]"
\
"(
$help
-)*:containers:__docker_complete_stopped_containers"
&&
ret
=
0
;;
(
stats
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment