Skip to content

Commit 5f88653

Browse files
committed
v0.2.0
1 parent 7f9b7a0 commit 5f88653

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ Usage:
120120

121121
**encryption or decryption**
122122

123-
- if sourcefile given without a targetfile and sourcefile has not extension `.aes`, the targetfile will be encrypted as `<samePath>/<sourcefile>.aes`
124-
- if sourcefile has extension `.aes` without a targetfile, the targetfile will be decrypted `<samePath>/<sourcefile>` (without extension `.aes`)
123+
- if sourcefile has not extension `.aes`, sourcefile will be encrypted as targetfile `<sourcefile>.aes`
124+
- if sourcefile has extension `.aes`, sourcefile will be decrypted as targetfile `<sourcefile>` (without extension `.aes`)
125+
126+
> \[!WARNING]
127+
> existing targetfile will be overwritten
125128
126129
```mermaid
127130
flowchart TD;

0 commit comments

Comments
 (0)