add -p to help text

This commit is contained in:
Asif Bacchus 2019-05-20 00:09:59 -06:00
parent dab92e54c0
commit c203f438fb
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ function scriptHelp {
echo -e "information. The following is a brief summary:\n"
echo -e "${bold}${note}Mandatory parameters:${normal}${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 "The system account Seafile is running under. Some actions must" \
"run as this"