From 8e6ea2056d37139fb51decf9de24d48a6b37284a Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 10 Dec 2014 21:17:57 +0100 Subject: [PATCH] Usage documentation in the stopdaemons script --- scripts/stopdaemons.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index ca2f4d1541..e725dd0bf0 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -25,6 +25,8 @@ SITENAME= SITE= ID="*" +# stopdaemons.sh [server [path]] + if [ $# -gt 0 ] ; then SITENAME="$1" SITE="-s$SITENAME"