aboutsummaryrefslogtreecommitdiff
path: root/cmd/ext4
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ext4')
-rw-r--r--cmd/ext4/ext4.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ext4/ext4.go b/cmd/ext4/ext4.go
index 1df1f23..440fd25 100644
--- a/cmd/ext4/ext4.go
+++ b/cmd/ext4/ext4.go
@@ -37,7 +37,7 @@ var (
ext4Usage = fmt.Sprintf("(%s | %s) [options]", mountpointArg, deviceArg)
)
-func main() { ext4Command.Run() }
+func main() { ext4Command.Run(nil) }
var ext4Command = &cmd.Command{
Title: "manage ext4 encryption feature flag",