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
3c9a29b0
Commit
3c9a29b0
authored
Mar 10, 2014
by
Bob Maerten
Browse files
Fix typo in autocomplete arguments
parent
48579ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/docker/_docker
View file @
3c9a29b0
...
@@ -111,7 +111,7 @@ __ps() {
...
@@ -111,7 +111,7 @@ __ps() {
'-beforeId="[Show only container created before Id, include non-running ones.]' \
'-beforeId="[Show only container created before Id, include non-running ones.]' \
'-l[Show only the latest created container, include non-running ones.]' \
'-l[Show only the latest created container, include non-running ones.]' \
'-n=[Show n last created containers, include non-running ones.]' \
'-n=[Show n last created containers, include non-running ones.]' \
'-notru
rrrr
nc[Dont truncate output]' \
'-notrunc[Dont truncate output]' \
'-q[Only display numeric IDs]' \
'-q[Only display numeric IDs]' \
'-s[Display sizes]' \
'-s[Display sizes]' \
'-sinceId="[Show only containers created since Id, include non-running ones.]'
'-sinceId="[Show only containers created since Id, include non-running ones.]'
...
...
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