]> granicus.if.org Git - yasm/commit
Rename -E option to -Z.
authorPeter Johnson <peter@tortall.net>
Sun, 5 Oct 2014 17:10:08 +0000 (10:10 -0700)
committerPeter Johnson <peter@tortall.net>
Sun, 5 Oct 2014 17:10:08 +0000 (10:10 -0700)
commit85b88de12d227a3e014f3217b845876174579609
tree1a91fd2378452347d25adb35d571a982bf377623
parentd7abe469f522d3806924dab3ac5b07dfd11986bc
Rename -E option to -Z.

"-E" is too easily typoed for "-e", and is dangerous because it overwrites
the following filename.  "-E" is retained as a synonym for "-e".

This change also makes yasm command-line consistent with NASM.
frontends/vsyasm/vsyasm.c
frontends/yasm/yasm.c