From 3206a015e684c59af14656c3e0d1f3bc377384d3 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 12 May 2019 09:44:10 -0500 Subject: [PATCH] note about lint mode in help text --- Ficdown.Console/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ficdown.Console/Program.cs b/Ficdown.Console/Program.cs index d501264..d8508ad 100644 --- a/Ficdown.Console/Program.cs +++ b/Ficdown.Console/Program.cs @@ -198,7 +198,7 @@ Console.WriteLine( @"Usage: ficdown.exe --format (html|epub|lint) - --in ""/path/to/source.md"" + --in ""/path/to/source.md"" (lint reads sdtin) [--out ""/path/to/output""] [--template ""/path/to/template/dir""] [--images ""/path/to/images/dir""]