From 014fd6667b26f6220a86eb4eada6297b7df2ccc3 Mon Sep 17 00:00:00 2001 From: Nathan Fiscaletti Date: Sun, 15 Apr 2018 12:42:03 -0500 Subject: [PATCH] Updated help message --- openvpnpanel | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpnpanel b/openvpnpanel index 9a1e82e..b6d38bf 100755 --- a/openvpnpanel +++ b/openvpnpanel @@ -55,6 +55,7 @@ function main() echo " Server Control" echo " --start Starts the OpenVPN Panel and OpenVPN server using $OWNDIR/config/server.ini" echo " --stop Stops the OpenVPN Panel and OpenVPN server." + echo " --status Gets the status of OpenVPNPanel" echo "" echo " User Management" echo " --adduser [username] [password] Creates a new user using the specified username and password."