From 253dd3a0a0b4dede9f3e8fad1ca4840107bd2be8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 16 Nov 2019 22:32:56 -0500 Subject: [PATCH] Updated CLI_Usage (markdown) --- CLI_Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI_Usage.md b/CLI_Usage.md index 69256f5..165ddab 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -74,7 +74,7 @@ The great thing with attachments is that Apprise is able to make a remote web-re ```bash # A web-based attachment: apprise --title="A Great Github Cheatsheet" --body="see attached" \ - --attach=https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf + --attach="https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf" ``` ### :label: Leverage Tagging