2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

test/zdtm.sh: show help if unknown option is used

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Acked-by: Andrew Vagin <avagin@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin 2013-09-13 11:47:08 -07:00 committed by Pavel Emelyanov
parent 87368019be
commit 3ef2a28e9e

View File

@ -698,6 +698,7 @@ while :; do
;;
-*)
echo "Unrecognized option $1, aborting!" 1>&2
usage
exit 1
;;
*)