parser: fix metadata versioning

This commit is contained in:
k
2024-10-27 10:52:42 +01:00
parent f5754780a8
commit 95fc103eaf
5 changed files with 20 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ pub struct Config {
#[arg(long, value_name = "SECONDS")]
pub delay: Option<u64>,
/// Maximum ram you want the program to use in GB, default: 75% of total, not saved
/// Maximum ram you want the program to use in GB, default: 50% of total, not saved
#[arg(long, value_name = "GB")]
pub max_ram: Option<f64>,