This commit is contained in:
Massimo Scagliola 2024-04-29 15:51:57 +02:00
parent 76e6d27d92
commit 4ca1617ffe
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ If I had to choose a license, it would be [MIT](LICENSE.md).
- [x] Multiple arguments with getopts
- [x] Check publish date
- [x] Post with Toot
- [x] Toot Visibility?
- [x] Toot Visibility
- ...?
- Custom template for post

View File

@ -27,7 +27,7 @@ while getopts ":dt:h" opt; do
VISIBILITY=${OPTARG}
;;
*)
echo "Invalid visibility option: --$OPTARG"
echo "Invalid visibility option: --${OPTARG}"
exit 1
;;
esac