updated readme, tagged new version

This commit is contained in:
Rudis Muiznieks 2019-05-12 09:52:09 -05:00
parent 5a1c3ecfae
commit bace78ff2b
2 changed files with 8 additions and 6 deletions

View File

@ -196,16 +196,18 @@
private static void ShowHelp() private static void ShowHelp()
{ {
Console.WriteLine( Console.WriteLine(
@"Usage: ficdown.exe @"Usage: ficdown
--format (html|epub|lint) --format (html|epub)
--in ""/path/to/source.md"" (lint reads sdtin) --in ""/path/to/source.md""
[--out ""/path/to/output""] [--out ""/path/to/output""]
[--template ""/path/to/template/dir""] [--template ""/path/to/template/dir""]
[--images ""/path/to/images/dir""] [--images ""/path/to/images/dir""]
[--author ""Author Name""] [--author ""Author Name""]
[--bookid ""ePub Book ID""] [--bookid ""ePub Book ID""]
[--language ""language""] [--language ""language""]
[--debug]"); [--debug]
or: ficdown --format lint
(reads input from stdin)");
} }
} }
} }

View File

@ -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: Running ficdown.exe without any arguments will produce the following help text:
Usage: ficdown.exe Usage: ficdown.exe
--format (html|epub) --format (html|epub|lint)
--in "/path/to/source.md" --in "/path/to/source.md" (lint reads stdin)
[--out "/path/to/output"] [--out "/path/to/output"]
[--template "/path/to/template/dir"] [--template "/path/to/template/dir"]
[--images "/path/to/images/dir"] [--images "/path/to/images/dir"]