Fix help text

This commit is contained in:
Banks T
2018-05-08 03:12:32 -04:00
committed by GitHub
parent 345ef2f60b
commit 11f9e1f974

View File

@@ -156,6 +156,7 @@ ngx_help() {
echo "Options:" echo "Options:"
echo -e "\t<-e|--enable> <site>\tEnable site" echo -e "\t<-e|--enable> <site>\tEnable site"
echo -e "\t<-d|--disable> <site>\tDisable site" echo -e "\t<-d|--disable> <site>\tDisable site"
echo -e "\t<-x|--edit>\t\tEdit site"
echo -e "\t<-l|--list>\t\tList sites" echo -e "\t<-l|--list>\t\tList sites"
echo -e "\t<-h|--help>\t\tDisplay help" echo -e "\t<-h|--help>\t\tDisplay help"
echo -e "\n\tIf <site> is left out a selection of options will be presented." echo -e "\n\tIf <site> is left out a selection of options will be presented."