Updated usage help

This commit is contained in:
Андрей Лимачко 2022-12-05 20:19:17 +04:00
parent c3af4959ed
commit 91f6b58101
Signed by: liannnix
GPG Key ID: 1D8EEB2E408272C0

View File

@ -14,10 +14,12 @@ runcmd=run
show_usage()
{
echo "Usage: $PROG [options]"
echo ""
echo "Samba environment diagnostic tool"
echo ""
echo "Usage: $PROG [options] [<check/test-function-name>]"
echo ""
echo "<check/test-function-name> must be a function name from the list of tests"
echo ""
echo "Options:"
echo " -h, --help This message"
echo " -V, --version Display version number"