]> git.hungrycats.org Git - bees/commitdiff
docs: remove duplicate (and wrong) default scan mode
authorZygo Blaxell <bees@furryterror.org>
Thu, 5 Jan 2023 06:09:13 +0000 (01:09 -0500)
committerZygo Blaxell <bees@furryterror.org>
Thu, 5 Jan 2023 06:10:17 +0000 (01:10 -0500)
The default scan mode is found in config.md.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
docs/options.md

index d01ff8265d9aad941fd96a7acf9420e44653d4e9..19f48f94a706d59d8938ef97af8a748d89958027 100644 (file)
@@ -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