Add missing whitespaces in command help

This commit is contained in:
bytedream 2023-11-06 22:01:44 +01:00
parent 4d01e2a4ec
commit 56411c6547
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ pub struct Archive {
pub(crate) subtitle: Vec<Locale>, pub(crate) subtitle: Vec<Locale>,
#[arg(help = "Name of the output file")] #[arg(help = "Name of the output file")]
#[arg(long_help = "Name of the output file.\ #[arg(long_help = "Name of the output file. \
If you use one of the following pattern they will get replaced:\n \ If you use one of the following pattern they will get replaced:\n \
{title} Title of the video\n \ {title} Title of the video\n \
{series_name} Name of the series\n \ {series_name} Name of the series\n \
@ -61,7 +61,7 @@ pub struct Archive {
pub(crate) output_specials: Option<String>, pub(crate) output_specials: Option<String>,
#[arg(help = "Video resolution")] #[arg(help = "Video resolution")]
#[arg(long_help = "The video resolution.\ #[arg(long_help = "The video resolution. \
Can either be specified via the pixels (e.g. 1920x1080), the abbreviation for pixels (e.g. 1080p) or 'common-use' words (e.g. best). \ Can either be specified via the pixels (e.g. 1920x1080), the abbreviation for pixels (e.g. 1080p) or 'common-use' words (e.g. best). \
Specifying the exact pixels is not recommended, use one of the other options instead. \ Specifying the exact pixels is not recommended, use one of the other options instead. \
Crunchyroll let you choose the quality with pixel abbreviation on their clients, so you might be already familiar with the available options. \ Crunchyroll let you choose the quality with pixel abbreviation on their clients, so you might be already familiar with the available options. \

View file

@ -33,7 +33,7 @@ pub struct Download {
pub(crate) subtitle: Option<Locale>, pub(crate) subtitle: Option<Locale>,
#[arg(help = "Name of the output file")] #[arg(help = "Name of the output file")]
#[arg(long_help = "Name of the output file.\ #[arg(long_help = "Name of the output file. \
If you use one of the following pattern they will get replaced:\n \ If you use one of the following pattern they will get replaced:\n \
{title} Title of the video\n \ {title} Title of the video\n \
{series_name} Name of the series\n \ {series_name} Name of the series\n \