beer note
This commit is contained in:
parent
6fab73f1bd
commit
5c7c1c261d
7
README
7
README
|
@ -77,3 +77,10 @@ done
|
||||||
|
|
||||||
If your sequence ends with a marker, add that marker to the file description and check
|
If your sequence ends with a marker, add that marker to the file description and check
|
||||||
its value after each invocation of laymanshex.
|
its value after each invocation of laymanshex.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Final note
|
||||||
|
----------
|
||||||
|
|
||||||
|
You can buy me a beer [here](http://paypal.me/AlexanderWeinhold).
|
|
@ -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(&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.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(&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()
|
flag.Parse()
|
||||||
args := flag.Args()
|
args := flag.Args()
|
||||||
if len(args) != 2 {
|
if len(args) != 2 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user