diff --git a/pleroma-cli.sh b/pleroma-cli.sh
index cc0a96da5e7d5e7a1d5789021e2dfac8a6a837d8..c6f305b63232becd2efb9adbab39c251d8857734 100755
--- a/pleroma-cli.sh
+++ b/pleroma-cli.sh
@@ -492,6 +492,12 @@ 			echo '[Attachments:]'
 			menuattachments='\nMedia'
 		 	echo "$attachments" | tee -a attachments.m3u8
 		fi
+		poll=$(echo "$status" | jj poll.id)
+		if [ -n "$poll" ]; then
+			echo '[Poll:]'
+			echo "$(echo "$status" | jj -l 'poll.options.#.title')"
+		fi
+
 		echo "$statuses_separator"
 		if [ "$per_status_mode" = 'true' ]; then
 			next=0
