docs: document required password for -p option
Clarify in README that encryption mode (-p) requires a password. Add example usage and reflect new behavior (fail early if missing). Closes #5
This commit is contained in:
parent
c74c62bec2
commit
c3e65e1335
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make clean &
|
|||
```
|
||||
|
||||
```# Password-encrypted backup
|
||||
zupt compress -p backup.zupt ~/Documents/
|
||||
zupt extract -o ~/restored/ -p backup.zupt
|
||||
zupt compress -p "changeme" backup.zupt ~/Documents/
|
||||
zupt extract -o ~/restored/ -p "changeme" backup.zupt
|
||||
```
|
||||
|
||||
```# Post-quantum encrypted backup
|
||||
|
|
|
|||
Loading…
Reference in a new issue