add -p to help text

This commit is contained in:
Asif Bacchus 2019-05-20 00:09:59 -06:00
parent dab92e54c0
commit c203f438fb

View File

@ -104,7 +104,9 @@ function scriptHelp {
echo -e "information. The following is a brief summary:\n" echo -e "information. The following is a brief summary:\n"
echo -e "${bold}${note}Mandatory parameters:${normal}${default}" echo -e "${bold}${note}Mandatory parameters:${normal}${default}"
echo -e "${lit}\n-d, Seafile data directory${default}" echo -e "${lit}\n-d, Seafile data directory${default}"
echo -e "This is the physical location of your Seafile data." echo -e "This is the physical location of your Seafile DATA."
echo -e "${lit}\n-p, Seafile program directory${default}"
echo -e "This is the physical location of your Seafile PROGRAM FILES."
echo -e "${lit}\n-u, Seafile system user account${default}" echo -e "${lit}\n-u, Seafile system user account${default}"
echo -e "The system account Seafile is running under. Some actions must" \ echo -e "The system account Seafile is running under. Some actions must" \
"run as this" "run as this"