diff options
Diffstat (limited to 'templates/show/tcp/node.def')
-rw-r--r-- | templates/show/tcp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/tcp/node.def b/templates/show/tcp/node.def index 07d04a6..8b6c99b 100644 --- a/templates/show/tcp/node.def +++ b/templates/show/tcp/node.def @@ -1,2 +1,2 @@ help: show TCP connection information -run: ss -t -r +run: /sbin/ss -t -r |