mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 07:50:40 +01:00
Fix typo in autocomplete arguments
This commit is contained in:
@@ -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.]' \
|
||||||
'-notrurrrrnc[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.]'
|
||||||
|
|||||||
Reference in New Issue
Block a user