Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jun 12, 2024
1 parent 6f42803 commit 1a9737f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
write the cryptoblob to a new file{RES}"""

A3_DESCRIPTION: str = f"""{ITA}I: action #3:\n\
decrypt cryptoblob;\n\
decrypt a file;\n\
display the decrypted comments and\n\
write the decrypted contents to a new file{RES}"""

Expand All @@ -129,7 +129,7 @@
write the decrypted contents to a new file{RES}"""

A8_DESCRIPTION: str = f"""{ITA}I: action #8:\n\
create a file with random data{RES}"""
create a file of the specified size with random data{RES}"""

A9_DESCRIPTION: str = f"""{ITA}I: action #9:\n\
overwrite file contents with random data{RES}"""
Expand Down

0 comments on commit 1a9737f

Please sign in to comment.