Browse Source

Fix typo in autocomplete arguments

Bob Maerten 10 years ago
parent
commit
3c9a29b0d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/docker/_docker

+ 1 - 1
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.]'