>From fdba1734863fad5074735d994abaf363e63fbd62 Mon Sep 17 00:00:00 2001 From: Frank Dittrich Date: Mon, 25 Jun 2012 21:50:56 +0200 Subject: [PATCH] doc/MARKOV: Clarify explanation START / END values The previous change could have been interpreted as if you *have* *to* specify the percentage. Now it should be clear that an absolute value can be specified as well. --- doc/MARKOV | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/MARKOV b/doc/MARKOV index a6c88cd..c81fcfb 100644 --- a/doc/MARKOV +++ b/doc/MARKOV @@ -28,13 +28,15 @@ if MODE is not specified on the command line, see CONFIGURATION OPTIONS. * START is the index of the first password that is going to be tested, starting with 0. -You can specify an integer value < 100, followed by a percent sign, e.g. 10%. +Alternatively, you can specify an integer value < 100, followed by a percent sign, +e.g. 10%. This will be converted into the correct start word depending on the total number of words. * END is the index of the last password that is going to be tested. When it is set to 0, it will represent the last possible password. -You can specify an integer value <= 100, followed by a percent sign, e.g. 20%. +Alternatively, you can specify an integer value <= 100, followed by a percent sign, +e.g. 20%. This will be converted into the correct end word depending on the total number of words. -- 1.7.7.6