diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -121,6 +121,10 @@ func main() { if argv.Patch != nil { s, err = doPatch() } + + if argv.Verify != nil { + s, err = doVerify() + } //// end standard argv subcommand processing here //// // if the gui starts, it doesn't yet go to the end normally |
