From 86692f72221e5b60f6083aacec89f58b3933f7bc Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Tue, 2 Mar 2021 19:24:02 +0100 Subject: [PATCH] fix if top version --- data/iftop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/iftop.json b/data/iftop.json index c65e279..d93518d 100644 --- a/data/iftop.json +++ b/data/iftop.json @@ -1,5 +1,5 @@ { - "description": "This requires 'iftop' 1.17 and the privilege to capture on some device (specify with '-i' if needed) .", + "description": "This requires 'iftop' 0.17 and the privilege to capture on some device (specify with '-i' if needed) .", "functions": { "shell": [ { @@ -17,4 +17,4 @@ } ] } -} \ No newline at end of file +}