File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ Usage:
122122
123123``` mermaid
124124flowchart 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
You can’t perform that action at this time.
0 commit comments