>From 1102e7f1a96c5e1a91c5481d95473f0a932f9174 Mon Sep 17 00:00:00 2001 From: Alexander Cherepanov Date: Sun, 12 May 2013 09:34:54 +0400 Subject: [PATCH 1/2] Fix typos in README.bash-completion. --- doc/README.bash-completion | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.bash-completion b/doc/README.bash-completion index 8c93232..bfef573 100644 --- a/doc/README.bash-completion +++ b/doc/README.bash-completion @@ -273,7 +273,7 @@ $ ./john --conf=my.conf --rules --rules --rules=some_rules --rules=more_rules -The same possible completions are listed of you switch the sequence +The same possible completions are listed if you switch the sequence of the options on the command line, place the cursor immediately after the word "--rules", and press the [tab] key twice. @@ -291,7 +291,7 @@ $ ./john --rules=some_rules --config=my.conf --incremental The option --incremental can be used with and without a value. -Possible values are the Incremental sectiom names defined in john.conf +Possible values are the Incremental section names defined in john.conf (or another config file specified with --config=..., see the description of the completion logic for --rules and --single). -- 1.7.2.5