diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-13 16:13:20 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-13 16:13:20 -0700 |
commit | d058c9d3f746b6cede6e83f9bb4bef94b0a4a77b (patch) | |
tree | 8c8259efc48a3ed543d62c914cf83cc62c2c1399 | |
parent | 552aab69393cafa16d95d7bcecd57eec367b7b40 (diff) | |
parent | 3c9a29b0d639f52162eb8056a9b657fe4b6f2850 (diff) | |
download | zsh-d058c9d3f746b6cede6e83f9bb4bef94b0a4a77b.tar.gz zsh-d058c9d3f746b6cede6e83f9bb4bef94b0a4a77b.tar.bz2 zsh-d058c9d3f746b6cede6e83f9bb4bef94b0a4a77b.zip |
Merge pull request #2593 from bobmaerten/typo-docker-plugin
Typo in autocomplete arguments for docker plugin
-rw-r--r-- | plugins/docker/_docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docker/_docker b/plugins/docker/_docker index f13f876cf..12eee7a15 100644 --- a/plugins/docker/_docker +++ b/plugins/docker/_docker @@ -111,7 +111,7 @@ __ps() { '-beforeId="[Show only container created before Id, 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.]' \ - '-notrurrrrnc[Dont truncate output]' \ + '-notrunc[Dont truncate output]' \ '-q[Only display numeric IDs]' \ '-s[Display sizes]' \ '-sinceId="[Show only containers created since Id, include non-running ones.]' |