We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc7ec3 commit 51efdacCopy full SHA for 51efdac
1 file changed
src/main.rs
@@ -14,7 +14,7 @@ fn main() {
14
.subcommand(
15
Command::new("decrypt")
16
.about("Decrypt a target: file or directory")
17
- .arg(arg!(<target> "Target directory or file to encrypt")),
+ .arg(arg!(<target> "Target directory or file to decrypt")),
18
)
19
.get_matches();
20
0 commit comments