diff options
| author | Oliver Kiddle <opk@zsh.org> | 2018-01-05 17:17:47 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2018-01-05 17:17:47 +0100 |
| commit | ef1f9e1978b84d20c76936a95014ae4c51b72017 (patch) | |
| tree | a44c2605e1c8599c46f5f081a7b07c9870f48382 /Completion/Unix/Command/_tail | |
| parent | 42223: new completions for sublime text and some basic Unix utilities (diff) | |
| download | zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar.gz zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar.bz2 zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar.lz zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar.xz zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.tar.zst zsh-ef1f9e1978b84d20c76936a95014ae4c51b72017.zip | |
42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0
Diffstat (limited to 'Completion/Unix/Command/_tail')
| -rw-r--r-- | Completion/Unix/Command/_tail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tail b/Completion/Unix/Command/_tail index b7001389b..599503ab5 100644 --- a/Completion/Unix/Command/_tail +++ b/Completion/Unix/Command/_tail @@ -11,7 +11,7 @@ if _pick_variant gnu=GNU unix --version; then '(-F --follow)-f[same as --follow=descriptor]' '(-f --follow --retry)-F[same as --follow=name --retry]' '--max-unchanged-stats=[with --follow=name, check file rename after the specified number of iterations]:number of iterations' - '(-s --sleep-interval)'{-s+,--sleep-interval=}'[with -f, sleep the specfied seconds between iterations]:seconds' + '(-s --sleep-interval)'{-s+,--sleep-interval=}'[with -f, sleep the specified seconds between iterations]:seconds' '--pid=[with -f, terminate after the specified process dies]:pid:_pids' '(-q --quiet --silent -v --verbose)'{-q,--quiet,--silent}'[never output headers giving file names]' '(-q --quiet --silent -v --verbose)'{-v,--verbose}'[always output headers giving file names]' |
