diff --git a/Troubleshooting.md b/Troubleshooting.md index 447e992..ebc8a55 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -163,7 +163,7 @@ If you are passing a URL on the Command Line Interface (CLI) of your Linux/Windo The problem is that `&` characters are also interpreted by the CLI. The `&` causes the shell to execute everything defined before them into a background process. ```bash -As a result.... This URL would be very problematic without quotes: +# Here is an example of a problematic Apprise URL without "quotes": apprise -vvv -b "Test Email" \ mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris # ^ ^^