File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
127130flowchart TD;
You can’t perform that action at this time.
0 commit comments