summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5a9c673..0ebe1bc 100644
--- a/main.go
+++ b/main.go
@@ -81,6 +81,11 @@ func main() {
okExit("patches")
}
+ if argv.ListPatchSet {
+ listPatches()
+ okExit("patches")
+ }
+
// do the gui at the very end
if argv.DoGui {
doGui()