From 11f9e1f9740c2ba891ea1b414574bf980da61932 Mon Sep 17 00:00:00 2001 From: Banks T Date: Tue, 8 May 2018 03:12:32 -0400 Subject: [PATCH] Fix help text --- nginx-modsite | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-modsite b/nginx-modsite index 510cb08..032875c 100644 --- a/nginx-modsite +++ b/nginx-modsite @@ -156,6 +156,7 @@ ngx_help() { echo "Options:" echo -e "\t<-e|--enable> \tEnable site" echo -e "\t<-d|--disable> \tDisable site" + echo -e "\t<-x|--edit>\t\tEdit site" echo -e "\t<-l|--list>\t\tList sites" echo -e "\t<-h|--help>\t\tDisplay help" echo -e "\n\tIf is left out a selection of options will be presented."