This commit is contained in:
figsoda 2023-01-03 14:32:31 -05:00
parent b935530cf9
commit 2016deb2cf

View File

@ -73,7 +73,7 @@ pub struct Opts {
/// Print out the listed fetchers with the specified separator,
/// only used when --list-fetchers or --list-possible-fetchers is specified
#[arg(short = 's', long, value_name = "SEPERATOR")]
#[arg(short = 's', long, value_name = "SEPARATOR")]
pub list_sep: Option<String>,
}