diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-31 10:12:59 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-31 10:12:59 +0200 |
| commit | 1bd2ecc17d74b6a8ffba97806cf90ef706d7411b (patch) | |
| tree | 45907660ec9224697609d95d94c029dd108757af /Completion/Linux/Command | |
| parent | 42571: new completion for FreeBSD jail command (diff) | |
| download | zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.gz zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.bz2 zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.lz zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.xz zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.zst zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.zip | |
42572: various completion option updates
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_ethtool | 20 | ||||
| -rw-r--r-- | Completion/Linux/Command/_ss | 7 |
2 files changed, 22 insertions, 5 deletions
diff --git a/Completion/Linux/Command/_ethtool b/Completion/Linux/Command/_ethtool index 7c62fd7f7..52b8f0451 100644 --- a/Completion/Linux/Command/_ethtool +++ b/Completion/Linux/Command/_ethtool @@ -45,7 +45,10 @@ _arguments -C \ '--show-eee[show EEE settings]' \ '--set-eee[set EEE settings]' \ '--set-phy-tunable[set PHY tunable]' \ - '--get-phy-tunable[get PHY tunable]' && return |
