From 3124cff52333298aa1f1da11be255394aab50847 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 2 Sep 2004 16:12:09 +0000 Subject: [PATCH] actually enabled -f flag :) --- nethogs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nethogs.cpp b/nethogs.cpp index 9b98d68..c5a76d1 100644 --- a/nethogs.cpp +++ b/nethogs.cpp @@ -185,6 +185,7 @@ int main (int argc, char** argv) else if (strcmp (*argv, "eth") == 0) packettype = packet_ethernet; } + break; default : help(); exit(0); }