mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
usage message was wrong
This commit is contained in:
parent
c7d63ae5a4
commit
f4ba768a60
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: kit.sh,v 1.3 2000/08/02 16:02:40 gson Exp $
|
||||
# $Id: kit.sh,v 1.4 2000/08/11 19:58:19 gson Exp $
|
||||
|
||||
# Make a release kit
|
||||
#
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
case $# in
|
||||
2) tag=$1; tmpdir=$2 ;;
|
||||
*) echo "usage: sh kit.sh tmpdir tag" >&2
|
||||
*) echo "usage: sh kit.sh cvstag tmpdir" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue