fix typo "continuos" -> "continuous" (#175)

This commit is contained in:
trevyn 2021-03-11 14:17:06 +04:00 committed by GitHub
parent 694e75fa22
commit 1d4171328e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)]