From 3e542bcd818c57785aa4cc7c5e6be3b92118fb7d Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Fri, 22 Mar 2019 09:23:42 +0900 Subject: 44147: add/update completions for procps-ng New completions for free, pmap, slabtop, tload. Update _top. --- Completion/Linux/Command/_tload | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/Linux/Command/_tload (limited to 'Completion/Linux/Command/_tload') diff --git a/Completion/Linux/Command/_tload b/Completion/Linux/Command/_tload new file mode 100644 index 000000000..29fddfc3d --- /dev/null +++ b/Completion/Linux/Command/_tload @@ -0,0 +1,9 @@ +#compdef tload +# based on procps-ng-3.3.15 + +_arguments -s \ + '(-s --scale)'{-s+,--scale=}'[specify the vertical scale]:number of characters between tics: ' \ + '(-d --delay)'{-d+,--delay=}'[specify the delay between updates]:seconds: ' \ + '(- *)'{-h,--help}'[display help and exit]' \ + '(- *)'{-V,--version}'[display version information and exit]' \ + '1: :_ttys -o' -- cgit 1.4.1