Skip to content

Commit

Permalink
Update INPUT_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jun 12, 2024
1 parent d5047d2 commit 6f42803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INPUT_OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Select the action to perform from the MENU list.

<tr> <td><b>7. Extract & decrypt</b></td> <td>Extract and decrypt cryptoblob; display the decrypted comments and write the decrypted contents to a new file.</td> </tr>

<tr> <td><b>8. Create w/ random</b></td> <td>Create a file with random data.</td> </tr>
<tr> <td><b>8. Create w/ random</b></td> <td>Create a file of the specified size with random data.</td> </tr>

<tr> <td><b>9. Overwrite w/ random</b></td> <td>Overwrite file contents with random data.</td> </tr>

Expand All @@ -69,7 +69,7 @@ $ tird
———————————————————————————————————————————
[01] Select an option [0-9]: 8
I: action #8:
create a file with random data
create a file of the specified size with random data
```

---
Expand Down

0 comments on commit 6f42803

Please sign in to comment.