]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/stopdaemons.sh
Usage documentation in the stopdaemons script
[quix0rs-gnu-social.git] / scripts / stopdaemons.sh
index ca2f4d1541e17f5680da3ce5056b630cbbfb6236..e725dd0bf0064588e490eecb90def35bc4d10ba9 100755 (executable)
@@ -25,6 +25,8 @@ SITENAME=
 SITE=
 ID="*"
 
+# stopdaemons.sh [server [path]]
+
 if [ $# -gt 0 ] ; then
        SITENAME="$1"
        SITE="-s$SITENAME"