From 5ff23c2c6db430398b0421c61fea11e8202c281a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 26 Jul 2023 20:01:06 -0700 Subject: 51979: Update free completion for procps-ng version 4.0.3 --- Completion/Linux/Command/_free | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') 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: ' \ -- cgit 1.4.1