mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Update tip info
This commit is contained in:
@@ -279,7 +279,7 @@ impl<T: Read + Seek + std::fmt::Debug> CSIntArc<T> {
|
|||||||
Some(password) => Self::get_key(password)?,
|
Some(password) => Self::get_key(password)?,
|
||||||
None => {
|
None => {
|
||||||
return Err(anyhow::anyhow!(
|
return Err(anyhow::anyhow!(
|
||||||
"CatSystem2 archive requires encryption password. Please use --cat-system-int-encrypt-password option."
|
"CatSystem2 archive requires encryption password. Please use --cat-system-int-encrypt-password/--cat-system-int-exe option."
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user