Skip to content

Commit e9cd3c0

Browse files
committed
v0.2.0
1 parent db058cd commit e9cd3c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ Usage:
122122

123123
```mermaid
124124
flowchart TD;
125-
A["<pathto/sourcefile>.aes"]-. is_encrypted .->B[[encrypt sourcefile]]
126-
B-- has_targetfile -->C[[<new/pathto/sourcefile>.aes]]
127-
B-- no_targetfile -->D[[<pathto/sourcefile>.aes]]
125+
A["path/to/sourcefile"]-. "has not .aes" .->B[[encrypt sourcefile]]
126+
B-- "has --target" -->C[["new/path/to/sourcefile.aes"]]
127+
B-- "has no --target" -->D[["path/to/sourcefile.aes"]]
128128
129-
A[<pathto/sourcefile>]-. not_encrypted .->F[[decrypt sourcefile]]
130-
F-- has_targetfile -->G[[<new/pathto/sourcefile>]]
131-
F-- no_targetfile -->H[[<pathto/sourcefile>]]
129+
A["path/to/sourcefile"]-. "has .aes" .->F[["decrypt sourcefile"]]
130+
F-- "has --target" -->G[["new/path/to/sourcefile"]]
131+
F-- "has no --target" -->H[["path/to/sourcefile"]]
132132
```
133133

134134
## Encryption

0 commit comments

Comments
 (0)