mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
misc/tag-release: die on unknown options
If someone specifies an unknown option, they proabably typoed something. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
408b200684
commit
021b10ca14
@ -20,6 +20,10 @@ do
|
||||
--no-push)
|
||||
push=0
|
||||
;;
|
||||
-*)
|
||||
echo "Invalid option: $opt" 1>&2
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
version=$opt
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user