add more documentation
[pdt.git] / pdt.sh
diff --git a/pdt.sh b/pdt.sh
index 61490f703253608f3062e36081b369953cb39cb0..25cc46198efad6b649fdca8e083069e687df37ce 100644 (file)
--- a/pdt.sh
+++ b/pdt.sh
@@ -79,6 +79,11 @@ toot() {
 
 # post to mastodon + twitter + gnu social post + diaspora
 #
+# Diaspora is skipped if posting to dbd accounts.
+#
+# If posting video, it only goes to twitter. Other accounts can be
+# posted to manually with free software.
+#
 # usage: pdt [--dbd] [-m MEDIA_FILE] [-v VIDEO_PATH] [POST]
 pdt() {
   local video media rbow_account gs_account mastodon_account dbd video rbow_arg toot_arg dia_arg gs_arg
@@ -172,8 +177,8 @@ pdt() {
   fi
 }
 
+# Usage: pdt-setup
 pdt-setup() {
-
   if [[ $pdttest ]]; then
     mastodon_accounts=(iank)
   else