From ff181af6a03b4242900c7adf9a1b0c6ebd01e9d6 Mon Sep 17 00:00:00 2001 From: zivillian Date: Sun, 3 Sep 2023 22:10:04 +0200 Subject: [PATCH] fix name in help text --- RfpProxy.Pcap/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RfpProxy.Pcap/Program.cs b/RfpProxy.Pcap/Program.cs index fb57762..3015e68 100644 --- a/RfpProxy.Pcap/Program.cs +++ b/RfpProxy.Pcap/Program.cs @@ -37,9 +37,9 @@ static async Task Main(string[] args) } catch (OptionException ex) { - Console.Error.Write("rfpproxy.pcap: "); + Console.Error.Write("rfpproxydump: "); Console.Error.WriteLine(ex.Message); - Console.Error.WriteLine("Try 'dotnet rfpproxy.pcap.dll --help' for more information"); + Console.Error.WriteLine("Try 'rfpproxydump --help' for more information"); return; } if (String.IsNullOrEmpty(filename))