summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index a5ac2fa..6154705 100644
--- a/main.go
+++ b/main.go
@@ -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