1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

44279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5

This commit is contained in:
Oliver Kiddle 2019-05-09 00:17:04 +02:00
parent ffacb17886
commit 09c6acf7b2
21 changed files with 112 additions and 59 deletions

View file

@ -65,6 +65,7 @@ case $OSTYPE in
'-i[interactive mode]'
'-n[non-interactive mode (identical to batch mode)]'
'-o+[sort process display by the specified field]:field:( $fields )'
'-p+[filter by the specified pid]: :_pids'
'-q[renice top to -20]'
'-S[show system processes]'
'-s+[specify delay interval]:seconds:'
@ -92,7 +93,6 @@ case $OSTYPE in
'-1[combine CPU statistic into one line]'
'-C[show command arguments as well as process name]'
'-g+[filter processes by the specified string]:string'
'-p+[filter by the specified pid]: :_pids'
'-U+[filter processes by the specified user]: :_users -M "L\:|-="'
);;
darwin*)