Skip to content

Commit 6844d19

Browse files
author
Pavel Siska
committed
ipfixprobe: Update printing of plugin usage
1 parent 496a4e6 commit 6844d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ipfixprobe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static void printPluginsUsage(const std::vector<PluginManifest>& pluginsManifest
9494
} else {
9595
std::cout << pluginManifest.name << std::endl;
9696
}
97-
std::cout << "------------------\n";
97+
std::cout << std::endl;
9898
}
9999
}
100100

0 commit comments

Comments
 (0)