From 93246638a9f58fd3ca0d74b72abec0bb7564c8d7 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 12 May 2019 09:52:09 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 184c4e1..5605590 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The pre-built releases are self-contained .NET Core deployments, so you should b Running ficdown.exe without any arguments will produce the following help text: Usage: ficdown.exe - --format (html|epub) - --in "/path/to/source.md" + --format (html|epub|lint) + --in "/path/to/source.md" (lint reads stdin) [--out "/path/to/output"] [--template "/path/to/template/dir"] [--images "/path/to/images/dir"]