Skip to content

Commit

Permalink
Doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Nov 16, 2024
1 parent 9dcea20 commit fc9dfa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions puren_tonbo/tools/ptrecrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
python -m puren_tonbo.tools.ptrecrypt --cipher .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate --cipher .jenc --new_extension .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --cipher .jenc --new_extension .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --existing_files skip --cipher .jenc --new_extension .jenc -p password --destination_directory /tmp/all_jenc puren_tonbo/tests/data/
python -m puren_tonbo.tools.ptrecrypt --simulate -p password --force_recrypt_same_format_password --existing_files replace --skip_unencrypted puren_tonbo/tests/data/
"""

Expand Down

0 comments on commit fc9dfa7

Please sign in to comment.