From 1a9737f0c85840a35ab36b5be0c62f3bb08008c5 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 13 Jun 2024 00:50:51 +0900 Subject: [PATCH] Update UI --- tird/tird.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tird/tird.py b/tird/tird.py index 80c0108..876ce16 100755 --- a/tird/tird.py +++ b/tird/tird.py @@ -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}""" @@ -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}"""