diff options
Diffstat (limited to 'help.go')
-rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package main import ( "fmt" - "github.com/rfjakob/gocryptfs/internal/tlog" + "github.com/rfjakob/gocryptfs/v2/internal/tlog" ) const tUsage = "" + |