>From 2f75af7a71c8833016da7f0fd5a92a7c6d75dc20 Mon Sep 17 00:00:00 2001 From: Frank Dittrich Date: Thu, 21 Jun 2012 08:33:12 +0200 Subject: [PATCH] Fix --format=crypt --subformat=TYPE names in doc/OPTIONS --- doc/OPTIONS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/OPTIONS b/doc/OPTIONS index 67357cd..be444d2 100644 --- a/doc/OPTIONS +++ b/doc/OPTIONS @@ -183,8 +183,8 @@ type may get detected unless you specify this option). When benchmarking "--format=crypt", it will default to benchmark DES. The "--subformat=TYPE" can be added for benchmarking other types, given -they are supported by the system. Currently supported TYPEs are MD5, BF, -SHA-256 and SHA-512. +they are supported by the system. Currently supported TYPEs are +md5crypt, bcrypt, sha256crypt and sha512crypt. "--format=crypt" is also a way to make John crack crypt(3) hashes of different types at the same time, but doing so results in poor -- 1.7.7.6