Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 13, 2023
1 parent 8d691e8 commit 665545f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const AFTER_HELP: &str = "Enjoy it! https://magiclen.org";
const APP_ABOUT: &str = concat!(
"A simple tool for converting Simple Chinese to Traditional Chinese(TW).\n\nEXAMPLES:\n",
concat_line!(prefix "markdown2html-converter ",
"/path/to/file.md # Convert /path/to/file.md to /path/to/file.html, titled \"file\"",
"/path/to/file.md -o /path/to/output.html # Convert /path/to/file.md to /path/to/output.html, titled \"output\"",
"/path/to/file.md -t 'Hello World!' # Convert /path/to/file.md to /path/to/file.html, titled \"Hello World!\"",
"/path/to/file.md # Convert /path/to/file.md to /path/to/file.html, titled \"file\"",
"/path/to/file.md -o /path/to/output.html # Convert /path/to/file.md to /path/to/output.html, titled \"output\"",
"/path/to/file.md -t 'Hello World!' # Convert /path/to/file.md to /path/to/file.html, titled \"Hello World!\"",
)
);

Expand Down

0 comments on commit 665545f

Please sign in to comment.