2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

print a message if neither start nor stop is specified

This commit is contained in:
Brian Wellington
2000-06-07 00:22:30 +00:00
parent 74da616f07
commit 4e028a06a7

View File

@@ -92,4 +92,8 @@ case "$1" in
esac esac
done done
;; ;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac esac