diff --git a/tilserv/announce/mkfpost b/tilserv/announce/mkfpost index 7474c9f..038a732 100755 --- a/tilserv/announce/mkfpost +++ b/tilserv/announce/mkfpost @@ -1,8 +1,11 @@ #!/usr/bin/env -S bash -e [[ -z "$1" ]] && { - printf "Usage: %s message\n" "$0" + printf "Usage: %s message [description]\n" "$0" exit 1 } instance="https://fedi.vern.cc" -curl "${instance}"/api/v1/statuses -H 'Authorization: Bearer '"$(