mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-05 04:14:53 +00:00
fix typo "continuos" -> "continuous" (#175)
This commit is contained in:
parent
694e75fa22
commit
1d4171328e
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ FLAGS:
|
|||
--help Prints help information
|
||||
-i, --insecure Proceed for server connections considered insecure (invalid TLS)
|
||||
-n, --no-progress Do not show progress bar. This is recommended for non-interactive shells (e.g. for
|
||||
continuos integration)
|
||||
continuous integration)
|
||||
--skip-missing Skip missing input files (default is to error if they don't exist)
|
||||
-V, --version Prints version information
|
||||
-v, --verbose Verbose program output
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ pub struct Config {
|
|||
pub verbose: bool,
|
||||
|
||||
/// Do not show progress bar.
|
||||
/// This is recommended for non-interactive shells (e.g. for continuos
|
||||
/// This is recommended for non-interactive shells (e.g. for continuous
|
||||
/// integration)
|
||||
#[structopt(short, long)]
|
||||
#[serde(default)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue