Skip to content

Commit

Permalink
Fix help.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Sep 13, 2018
1 parent 8775978 commit abd6c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dos2unix/dos2unix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static void Main(string[] args)

private static void PrintHelp()
{
Console.WriteLine("A tool to convert a file from CRLF to LF");
Console.WriteLine(" Usage: dos2unix <input> <output>");
Console.WriteLine("A tool to convert a file from CRLF to LF. Rewrites the file in-place.");
Console.WriteLine(" Usage: dos2unix <filepath>");
}

private static void Convert(string filePath)
Expand Down

0 comments on commit abd6c7d

Please sign in to comment.