Skip to content

Commit

Permalink
Remove re-encrypt format warning in fsck help
Browse files Browse the repository at this point in the history
We only support one format, so re-encrypting should not change anything.
  • Loading branch information
kpitt committed Sep 27, 2022
1 parent db48450 commit 4db28d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/action/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (s *Action) GetCommands() []*cli.Command {
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "decrypt",
Usage: "Decrypt and reencryt during fsck.\nWARNING: This will update the secret content to the latest format. This might be incompatible with other implementations. Use with caution!",
Usage: "Decrypt and reencryt during fsck.",
},
},
},
Expand Down

0 comments on commit 4db28d5

Please sign in to comment.