@@ -49,7 +49,7 @@ fetch=false
while test $# -gt 0; do
case "$1" in
--image | -i) shift && image="$1" ;;
--image | -i) shift && fetch=true && image="$1" ;;
--fetch | -f) fetch=true ;;
-*) log "unknown argument '$1'" 'x' 31 ;;
*) name="$1" ;;
The note is not visible to the blocked user.