From 5c7c1c261d230c9d21ce2a6900cb82bfc78dcb5a Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 16 Sep 2020 11:27:00 +0200 Subject: [PATCH] beer note --- README | 7 +++++++ laymanshex.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index fa3f1d7..ffc1822 100644 --- a/README +++ b/README @@ -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). \ No newline at end of file diff --git a/laymanshex.go b/laymanshex.go index 97d83f3..dd7b988 100644 --- a/laymanshex.go +++ b/laymanshex.go @@ -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 {