Fix typo: 'afterwards'.
This commit is contained in:
Ali Azam
2022-07-05 21:17:30 +05:00
committed by GitHub
parent 66b65751c4
commit 221010228e

View File

@@ -89,7 +89,7 @@ func flags() *cli.App {
Aliases: []string{"en", "end"},
Usage: "Encrypts file(s)",
Flags: []cli.Flag{
&cli.BoolFlag{Name: "shred", Usage: "Remove plaintext afterwords"},
&cli.BoolFlag{Name: "shred", Usage: "Remove plaintext afterwards"},
},
Action: func(c *cli.Context) error { return cmdEncrypt(c) },
},