aboutsummaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/help.go b/help.go
index 5cd35ac..00c318c 100644
--- a/help.go
+++ b/help.go
@@ -3,6 +3,8 @@ package main
import (
"fmt"
+ "github.com/integrii/flaggy"
+
"github.com/rfjakob/gocryptfs/internal/tlog"
)
@@ -51,6 +53,6 @@ func helpLong() {
fmt.Printf("\n")
fmt.Printf(tUsage)
fmt.Printf("\nOptions:\n")
- flagSet.PrintDefaults()
+ flaggy.ShowHelp("")
fmt.Printf(" --\n Stop option parsing\n")
}