aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:47:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:47:09 +0300
commit75e4ee096d6068ad63a43550b514eb5f7f239844 (patch)
tree610d550266016323b37b70e6330c9b3bbc5287ec /utils/README.md
parentcode style (diff)
downloadaes-tools-75e4ee096d6068ad63a43550b514eb5f7f239844.tar.gz
aes-tools-75e4ee096d6068ad63a43550b514eb5f7f239844.zip
README updates
Diffstat (limited to '')
-rw-r--r--utils/README.md6
1 files changed, 3 insertions, 3 deletions
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
--------