diff --git a/lychee-bin/src/options.rs b/lychee-bin/src/options.rs index a6f66d1..c0ef15d 100644 --- a/lychee-bin/src/options.rs +++ b/lychee-bin/src/options.rs @@ -158,7 +158,7 @@ pub(crate) struct Config { #[serde(default)] pub(crate) scheme: Vec, - /// Only check local files and block network requests. + /// Only check local files and block network requests. #[structopt(long)] #[serde(default)] pub(crate) offline: bool,