Skip to content

Commit

Permalink
fix name in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Sep 3, 2023
1 parent 0146c93 commit ff181af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RfpProxy.Pcap/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ff181af

Please sign in to comment.