diff options
Diffstat (limited to 'cmd/resolver/main.go')
| -rw-r--r-- | cmd/resolver/main.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd/resolver/main.go b/cmd/resolver/main.go index c8e5fe7..848d679 100644 --- a/cmd/resolver/main.go +++ b/cmd/resolver/main.go @@ -36,9 +36,8 @@ const ( subCmdUpdate = "update" ) -var ( - Usage string // Contains usage of program, overwritten by build. -) +// Usage of program, overwritten by build. +var Usage string func main() { var ( |
