From: Christof Schmitt Date: Thu, 4 Feb 2016 23:35:25 +0000 (-0700) Subject: test_sharesec: Fix usage message X-Git-Tag: talloc-2.1.6~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2272c9723d1e8478a3173c297f809c539ac1fd5c;p=thirdparty%2Fsamba.git test_sharesec: Fix usage message Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- diff --git a/source3/script/tests/test_sharesec.sh b/source3/script/tests/test_sharesec.sh index 37814291b63..59dbe8fdc7a 100755 --- a/source3/script/tests/test_sharesec.sh +++ b/source3/script/tests/test_sharesec.sh @@ -10,7 +10,7 @@ # Copyright (C) 2015 Christof Schmitt if [ $# -lt 3 ]; then -Usage: test_sharesec.sh SERVERCONFFILE SHARESEC SHARE + echo Usage: test_sharesec.sh SERVERCONFFILE SHARESEC SHARE exit 1 fi