Replace 'user' with 'client' in help text

Text replacement so as to provide clarity and consistency as to the behaviour of this command.
This commit is contained in:
Peter Lewis 2021-12-16 11:44:59 +00:00 committed by GitHub
parent f80b0a7962
commit fdf58a95c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,8 +92,8 @@ showHelp(){
echo "::: -l, list List all clients"
echo "::: -qr, qrcode Show the qrcode of a client for use with the mobile app"
echo "::: -r, remove Remove a client"
echo "::: -off, off Disable a user"
echo "::: -on, on Enable a user"
echo "::: -off, off Disable a client"
echo "::: -on, on Enable a client"
echo "::: -h, help Show this help dialog"
echo "::: -u, uninstall Uninstall pivpn from your system!"
echo "::: -up, update Updates PiVPN Scripts"