diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:06:16 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:06:16 +0100 |
commit | f3b865b9155269ba0dee7ced93b061e78df507c1 (patch) | |
tree | 7ff3e71038dfd5ab7c9e88a82980fd4d85637563 /Completion/Linux/Command/_free | |
parent | 87aba4d437f5fef46917c1235c00b9162d7bcbd0 (diff) | |
download | zsh-f3b865b9155269ba0dee7ced93b061e78df507c1.tar.gz zsh-f3b865b9155269ba0dee7ced93b061e78df507c1.zip |
53326: completion updates for core Linux utils
Diffstat (limited to 'Completion/Linux/Command/_free')
-rw-r--r-- | Completion/Linux/Command/_free | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_free b/Completion/Linux/Command/_free index a0da97446..376b8a21f 100644 --- a/Completion/Linux/Command/_free +++ b/Completion/Linux/Command/_free @@ -2,6 +2,7 @@ _arguments -s \ '(-l --lohi)'{-l,--lohi}'[show detailed low and high memory statistics]' \ + '(-L --line)'{-L,--line}'[show output on a single line]' \ '(-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]' \ |