diff options
Diffstat (limited to 'templates/show/system/connections/tcp/numeric/node.def')
-rw-r--r-- | templates/show/system/connections/tcp/numeric/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/connections/tcp/numeric/node.def b/templates/show/system/connections/tcp/numeric/node.def index 7df9efe..35a13fe 100644 --- a/templates/show/system/connections/tcp/numeric/node.def +++ b/templates/show/system/connections/tcp/numeric/node.def @@ -1,2 +1,2 @@ help: show TCP connection without resolving names -run: /sbin/ss -t -n +run: ss -t -n |