about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-07-26 20:01:06 -0700
committerBart Schaefer <schaefer@zsh.org>2023-07-26 20:01:06 -0700
commit5ff23c2c6db430398b0421c61fea11e8202c281a (patch)
tree7da65de87b0c801dddd5dde4f32f7bf9bbcda9cc /Completion
parentec61c9a5c012ad5f72516a7a0e976a87214d2007 (diff)
downloadzsh-5ff23c2c6db430398b0421c61fea11e8202c281a.tar.gz
zsh-5ff23c2c6db430398b0421c61fea11e8202c281a.tar.xz
zsh-5ff23c2c6db430398b0421c61fea11e8202c281a.zip
51979: Update free completion for procps-ng version 4.0.3
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Linux/Command/_free1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_free b/Completion/Linux/Command/_free
index 6d74e4a0d..a0da97446 100644
--- a/Completion/Linux/Command/_free
+++ b/Completion/Linux/Command/_free
@@ -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: ' \