Added -r flag

This commit is contained in:
Massimo Scagliola 2024-05-12 16:50:41 +02:00
parent 020654d509
commit 73c9571324
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
help() {
echo "Usage: $0 [-d] [-t VISIBILITY] [-h] URL"
echo "Usage: $0 [-d] [-r] [-t VISIBILITY] [-h] URL"
echo ""
echo " Downloads the RSS feed of the URL and checks the latest post."
echo " It provides a simple way to copy/paste the Title and Link of the post."