beer note

This commit is contained in:
gutmet 2020-09-16 11:27:00 +02:00
parent 6fab73f1bd
commit 5c7c1c261d
2 changed files with 8 additions and 1 deletions

7
README
View File

@ -77,3 +77,10 @@ done
If your sequence ends with a marker, add that marker to the file description and check
its value after each invocation of laymanshex.
Final note
----------
You can buy me a beer [here](http://paypal.me/AlexanderWeinhold).

View File

@ -467,7 +467,7 @@ func main() {
flag.StringVar(&setAssignments, "set", "", "set values in binary file to key=value pairs (e.g. \"key1=value1,key2=value2\")")
flag.StringVar(&formatAssignments, "fvar", "", "assign values to variables in format description with key=value pairs (e.g. \"key1=value1,key2=value2\")")
flag.BoolVar(&debug, "debug", false, "print recognized parts of the format file")
flag.BoolVar(&nopadding, "nopadding", false, "turn off column padding (useful for bash scripting")
flag.BoolVar(&nopadding, "nopadding", false, "turn off column padding (useful for shell scripting)")
flag.Parse()
args := flag.Args()
if len(args) != 2 {