./manifest -> manifest

This commit is contained in:
2025-03-21 19:57:04 +03:00
parent e696ab60b5
commit 5f13b9e5d7
+1 -1
View File
@@ -56,7 +56,7 @@ struct Args {
#[arg(short = 'o', long = "output", default_value = "mod.msp")] #[arg(short = 'o', long = "output", default_value = "mod.msp")]
output: PathBuf, output: PathBuf,
#[arg(short = 'm', long = "manifest", default_value = "./manifest")] #[arg(short = 'm', long = "manifest", default_value = "manifest")]
manifest: PathBuf, manifest: PathBuf,
} }