diff --git a/CLI_Usage.md b/CLI_Usage.md index c009986..2b797f9 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -256,7 +256,7 @@ Here is an example of the output (as it is now) on the CLI: ![image](https://user-images.githubusercontent.com/850374/142778418-11e87c7f-1b07-4314-ab86-cbf8d268dabf.png) ## :baggage_claim: Message Body Source -The Apprise CLI doesn't know what you are feeding it when sending a message to a Notification provider. It just assumes that whatever you message you feed it, it should just pass it along *as is* to the upstream provider *as text*. In most cases, this is perfect and this is the default behaviour. If you are passing along HTML content or markdown content, you should just let Apprise know by specifying the `--input-format` (`-i`) switch. For example: +The Apprise CLI doesn't know what you are feeding it when sending a message to a Notification provider. It just assumes that whatever you message you feed it, it should just pass it along *as is* to the upstream provider *as text*. In most cases, this is perfect and this is the default behaviour. However, if you are passing along HTML content or markdown content, you should just let Apprise know by specifying the `--input-format` (`-i`) switch. For example: ```bash # An HTML Example: cat test.html | apprise --input-format=html