forked from Deuxfleurs/garage
src/garage/cli: fix typo
This commit is contained in:
parent
f0b7a0af3d
commit
b1ca1784a1
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ pub struct WebsiteOpt {
|
||||||
#[structopt(short = "i", long = "index-document", default_value = "index.html")]
|
#[structopt(short = "i", long = "index-document", default_value = "index.html")]
|
||||||
pub index_document: String,
|
pub index_document: String,
|
||||||
|
|
||||||
/// Error document: the optionnal document returned when an error occurs
|
/// Error document: the optional document returned when an error occurs
|
||||||
#[structopt(short = "e", long = "error-document")]
|
#[structopt(short = "e", long = "error-document")]
|
||||||
pub error_document: Option<String>,
|
pub error_document: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue