diff --git a/README.md b/README.md index e8a8664..a742a02 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ $ ./sha3sum [-r] "*.*" > hash.txt #### Check hashsum file:
 $ ./sha3sum -c hash.txt
+$ echo $?
 
-##### Exit code is always 0 in verbose mode. ## License