summary refs log tree commit diff
path: root/Completion/Unix/Command/_top
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-03-18 20:49:48 -0500
committerMatthew Martin <phy1729@gmail.com>2022-03-18 20:52:18 -0500
commit78649ac72596104cfcbaad9a5a7d1a1afa981a4c (patch)
treec5fb6fcd1654afc478af052a350fe5df70b1e321 /Completion/Unix/Command/_top
parent8dd733dfd2d2c72f063c7eba3482d870e2ec26c3 (diff)
downloadzsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.gz
zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.xz
zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.zip
49852: Add _routing_domains and _routing_tables types
Diffstat (limited to 'Completion/Unix/Command/_top')
-rw-r--r--Completion/Unix/Command/_top2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_top b/Completion/Unix/Command/_top
index af3deb6c7..692df790d 100644
--- a/Completion/Unix/Command/_top
+++ b/Completion/Unix/Command/_top
@@ -96,7 +96,7 @@ case $OSTYPE in
       '-C[show command arguments as well as process name]'
       '-g+[filter processes by the specified string]:string'
       '-o+[sort process display by the specified field]:field:->sortkey'
-      '-T+[filter processes by the specified routing table]:routing table'
+      '-T+[filter processes by the specified routing table]:routing table:_routing_tables'
       '-U+[filter processes by the specified user]: :_users -M "L\:|-="'
     );;
   darwin*)