Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
9bbcceda
Commit
9bbcceda
authored
Feb 20, 2017
by
grh2g46
Committed by
Robby Russell
Feb 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing new line escape (#5896)
missing \ was causing command not found errors when tab completing docker build -t <tab>
parent
d2725d44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
_docker
plugins/docker/_docker
+1
-1
No files found.
plugins/docker/_docker
View file @
9bbcceda
...
@@ -917,7 +917,7 @@ __docker_image_subcommand() {
...
@@ -917,7 +917,7 @@ __docker_image_subcommand() {
"(
$help
)*--label=[Set metadata for an image]:label=value: "
\
"(
$help
)*--label=[Set metadata for an image]:label=value: "
\
"(
$help
-m --memory)"
{
-m
=
,--memory
=}
"[Memory limit]:Memory limit: "
\
"(
$help
-m --memory)"
{
-m
=
,--memory
=}
"[Memory limit]:Memory limit: "
\
"(
$help
)--memory-swap=[Total memory limit with swap]:Memory limit: "
\
"(
$help
)--memory-swap=[Total memory limit with swap]:Memory limit: "
\
"(
$help
)--network=[Connect a container to a network]:network mode:(bridge none container host)"
"(
$help
)--network=[Connect a container to a network]:network mode:(bridge none container host)"
\
"(
$help
)--no-cache[Do not use cache when building the image]"
\
"(
$help
)--no-cache[Do not use cache when building the image]"
\
"(
$help
)--pull[Attempt to pull a newer version of the image]"
\
"(
$help
)--pull[Attempt to pull a newer version of the image]"
\
"(
$help
-q --quiet)"
{
-q
,--quiet
}
"[Suppress verbose build output]"
\
"(
$help
-q --quiet)"
{
-q
,--quiet
}
"[Suppress verbose build output]"
\
...
...
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