diff --git a/src/warden-client/sh/install.sh b/src/warden-client/sh/install.sh index 983f933bae29c9c3a7bc5b8daa93edc0941a70d4..e4480a341df6a115f708418c76f276e8eba98c8e 100755 --- a/src/warden-client/sh/install.sh +++ b/src/warden-client/sh/install.sh @@ -47,7 +47,7 @@ usage() echo "-h print this help" echo "-V print script version number and exit" echo - echo "Example: ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem" + echo "Example: # ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem" echo echo "Note: You must be root for running this script." echo " For more information about installation process, see README file (section Installation)." diff --git a/src/warden-client/sh/uninstall.sh b/src/warden-client/sh/uninstall.sh index 01424a3892ca871694ba662b83ce4bee6f7a4b13..dd4dff2300bab75cd7b5f15b1dd8e3088ab99ad3 100755 --- a/src/warden-client/sh/uninstall.sh +++ b/src/warden-client/sh/uninstall.sh @@ -43,7 +43,7 @@ usage() echo "-h print this help" echo "-V print script version number and exit" echo - echo "Example: ./`basename $0` -d /opt" + echo "Example: # ./`basename $0` -d /opt" echo echo "Note: You must be root for running this script." echo " For more information about uninstallation process, see README file (section Uninstallation)." diff --git a/src/warden-client/sh/update.sh b/src/warden-client/sh/update.sh index 0657c1936b8ccc0f880f0b33dcbb1fb31b63239e..76bfbc3365abe2c6a0100a33a87fb2847963145b 100755 --- a/src/warden-client/sh/update.sh +++ b/src/warden-client/sh/update.sh @@ -44,7 +44,7 @@ usage() echo "-h print this help" echo "-V print script version number and exit" echo - echo "Example: ./`basename $0` -d /opt" + echo "Example: # ./`basename $0` -d /opt" echo echo "Note: You must be root for running this script." echo " For more information about update process, see README file (section Update)."