Fixed a misspelling

This commit is contained in:
Micheal Smith
2025-11-03 22:13:11 -06:00
parent a3ebca0bb2
commit ae44cc947b

View File

@@ -33,7 +33,7 @@ pub(crate) struct Args {
#[arg(long)]
/// Instructions to the model on how to behave.
pub(crate) intruct: Option<String>,
pub(crate) instruct: Option<String>,
#[arg(long)]
pub(crate) model: Option<String>,