Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cfb65827 authored by Dennis Shen's avatar Dennis Shen
Browse files

aconfig: update cache arg to support multiple cache files

Bug: b/312243587
Test: atest aconfig.test
Change-Id: I6f5f9b5ca6e2a60b8aac9ea8bf3032b00b7af7da
parent ccec0700
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ fn cli() -> Command {
                        .required(true)
                        .help("The target container for the generated storage file."),
                )
                .arg(Arg::new("cache").long("cache").required(true))
                .arg(Arg::new("cache").long("cache").action(ArgAction::Append).required(true))
                .arg(Arg::new("out").long("out").required(true)),
        )
}