diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-08 09:36:43 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-08 09:36:43 +0200 |
commit | 89ff4b7c4d66062e2107eaab482c3bf752da48b4 (patch) | |
tree | b5b39d4037a46f19c468c8e2c5bb6c3ea5123ef9 | |
parent | ece6bc250f7f2bca84a135704ee2b1da45c7489c (diff) | |
download | nthash-89ff4b7c4d66062e2107eaab482c3bf752da48b4.tar.gz nthash-89ff4b7c4d66062e2107eaab482c3bf752da48b4.tar.zst |
now formatting for command example
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ Just feed `nthash` with the password on standard input. Please not that `nthash` does not strip new lines from input. You may want to use `echo` with option `-n`: -> echo -n test | nthash -> 0cb6948805f797bf2a82807973b89537 + $ echo -n test | nthash + 0cb6948805f797bf2a82807973b89537 ### Upstream |