From c5889049f045b8bf512d6c064d07b8f582adcb76 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 5 Jan 2023 01:09:13 -0500 Subject: [PATCH] docs: remove duplicate (and wrong) default scan mode The default scan mode is found in config.md. Signed-off-by: Zygo Blaxell --- docs/options.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/options.md b/docs/options.md index d01ff82..19f48f9 100644 --- a/docs/options.md +++ b/docs/options.md @@ -40,7 +40,7 @@ * `--scan-mode MODE` or `-m` - Specify extent scanning algorithm. Default `MODE` is 3. + Specify extent scanning algorithm. **EXPERIMENTAL** feature that may go away. * Mode 0: lockstep @@ -48,8 +48,8 @@ * Mode 2: sequential * Mode 3: recent - For details of the different scanning modes, see - [bees configuration](docs/config.md). + For details of the different scanning modes and the default value of + this option, see [bees configuration](docs/config.md). ## Workarounds