From 75e4ee096d6068ad63a43550b514eb5f7f239844 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:47:09 +0300 Subject: README updates --- utils/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/README.md b/utils/README.md index 1f380ef..c4d9da8 100644 --- a/utils/README.md +++ b/utils/README.md @@ -3,7 +3,7 @@ Utilities A couple of useful utilities are built on top of the library. Each of the utilities accepts the `--help` flag, which can be used to examine -the utility's usage info. +utility's detailed usage information. Block encryption ---------------- @@ -141,12 +141,12 @@ Plaintext BMP | Encrypted in ECB mode | Encrypted in CBC mode ### encrypt_bmp Encrypts the pixels in a BMP image file, preserving the header. -The usage is the same as for [encrypt_file](#encrypt_file). +Otherwise, it's used the same way [encrypt_file](#encrypt_file) is. ### decrypt_bmp Decrypts the pixels in a BMP image file, preserving the header. -The usage is the same as for [decrypt_file](#decrypt_file). +Otherwise, it's used the same way [decrypt_file](#decrypt_file) is. See also -------- -- cgit v1.2.3