mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-16 20:58:05 +02:00
51979: Update free completion for procps-ng version 4.0.3
This commit is contained in:
parent
ec61c9a5c0
commit
5ff23c2c6d
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2023-07-26 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Shohei YOSHIDA: 51979: Completion/Linux/Command/_free: Update
|
||||
free completion for procps-ng version 4.0.3
|
||||
|
||||
* Shohei YOSHIDA: 51964: Completion/Linux/Command/_pidof: support
|
||||
pidof variants other than procps
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
_arguments -s \
|
||||
'(-l --lohi)'{-l,--lohi}'[show detailed low and high memory statistics]' \
|
||||
'(-t --total)'{-t,--total}'[show total for RAM + swap]' \
|
||||
'(-v --committed)'{-v,--committed}'[show committed memory and commit limit]' \
|
||||
'(-w --wide)'{-w,--wide}'[wide mode]' \
|
||||
'(-s --seconds)'{-s,--seconds}'[specify the delay between display]:seconds: ' \
|
||||
'(-c --count)'{-c+,--count=}'[specify the display count]:count: ' \
|
||||
|
|
Loading…
Reference in a new issue