docs: update comment for prelude option

This commit is contained in:
itsKaynine
2023-03-19 03:06:21 +07:00
parent f703d9be78
commit 7a2729d994
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ pub struct Config {
#[arg(short, long, default_value_t = 10_000)]
pub delay: u64,
/// Enable prelude script
/// Inject prelude script
#[arg(long)]
pub prelude: bool,
}