Usage needs to indicate options should come before input file parameter
XEonAX opened this issue · 1 comments
XEonAX commented
Line 126 in 412e5a9
Something like:
fmt.Fprintf(os.Stderr, "Usage: %s [options] [inputfile]\n", os.Args[0])
So that it can print
C:\Projects\roms\alioth21.8.18>C:\Projects\roms\posp\payload-dumper-go.exe
Usage: C:\Projects\roms\posp\payload-dumper-go.exe [options] [inputfile]
...
XEonAX commented
from #20 (comment)