Fixed shellcheck warning SC2027:

SC2027: The surrounding quotes actually unquote this. Remove or escape them.
This commit is contained in:
Dundar Göc 2021-02-14 15:31:44 +01:00
parent 58af83b882
commit ba1040f13e

View file

@ -25,7 +25,7 @@ helpFunc() {
echo "::: Commands:"
echo "::: [none] Interactive mode"
echo "::: nopass Create a client without a password"
echo "::: -n,--name Name for the Client (default: '"$(hostname)"')"
echo "::: -n,--name Name for the Client (default: \"$(hostname)\")"
echo "::: -p,--password Password for the Client (no default)"
echo "::: -d,--days Expire the certificate after specified number of days (default: 1080)"
echo "::: -b,--bitwarden Create and save a client through Bitwarden"