We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f19d5 commit ac2400bCopy full SHA for ac2400b
1 file changed
goawk.go
@@ -43,8 +43,8 @@ import (
43
)
44
45
const (
46
- version = "v1.9.0"
47
- copyright = "GoAWK " + version + " - Copyright (c) 2019 Ben Hoyt"
+ version = "v1.9.1"
+ copyright = "GoAWK " + version + " - Copyright (c) 2021 Ben Hoyt"
48
shortUsage = "usage: goawk [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]"
49
longUsage = `Standard AWK arguments:
50
-F separator
0 commit comments