From bc741a1c4eb63c7367f0a640203857e63571bc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 Aug 2016 22:24:40 +0200 Subject: [PATCH] Updated README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2067518..a215e0f 100644 --- a/README.rst +++ b/README.rst @@ -42,13 +42,13 @@ Use Stéganô as a program .. code:: bash - $ lsb --hide -i ./tests/sample-files/Lenna.png -o Lena1.png -m "Secret Message" + $ lsb hide -i ./tests/sample-files/Lenna.png -m "Secret Message" -o Lena1.png Hide the message with the Sieve of Eratosthenes: .. code:: bash - $ lsb-set --hide -i ./tests/sample-files/Lenna.png -o Lena2.png --generator eratosthenes -m 'Secret Message' + $ lsb-set hide -i ./tests/sample-files/Lenna.png -m 'Secret Message' --generator eratosthenes -o Lena2.png Running the tests