Skip to content

Commit 51efdac

Browse files
committed
fix: correct decrypt arg description
1 parent 6bc7ec3 commit 51efdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
.subcommand(
1515
Command::new("decrypt")
1616
.about("Decrypt a target: file or directory")
17-
.arg(arg!(<target> "Target directory or file to encrypt")),
17+
.arg(arg!(<target> "Target directory or file to decrypt")),
1818
)
1919
.get_matches();
2020

0 commit comments

Comments
 (0)