summaryrefslogtreecommitdiff
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
parentec61c9a5c012ad5f72516a7a0e976a87214d2007 (diff)
downloadzsh-5ff23c2c6db430398b0421c61fea11e8202c281a.tar.gz
zsh-5ff23c2c6db430398b0421c61fea11e8202c281a.zip
51979: Update free completion for procps-ng version 4.0.3
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Linux/Command/_free1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6604ac0a..d725239f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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: ' \