Fix incorrect cli option reference
This commit is contained in:
parent
998a2f2ffd
commit
50be653244
2 changed files with 5 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ pub struct Config {
|
|||
/// might also flash when encountering new characters (or, more accurately,
|
||||
/// graphemes).
|
||||
///
|
||||
/// See also the `--measure-graphemes` command line option.
|
||||
/// See also the `--measure-widths` command line option.
|
||||
#[serde(default)]
|
||||
pub measure_widths: bool,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue