ksud: Replace KernelSU with KernelSU Next

This commit is contained in:
Der_Googler
2024-12-20 01:12:16 +01:00
committed by GitHub
parent 026f27ab52
commit 59953e1c83

View File

@@ -43,7 +43,7 @@ pub fn grant_root(_global_mnt: bool) -> Result<()> {
}
fn print_usage(program: &str, opts: Options) {
let brief = format!("KernelSU\n\nUsage: {program} [options] [-] [user [argument...]]");
let brief = format!("KernelSU Next\n\nUsage: {program} [options] [-] [user [argument...]]");
print!("{}", opts.usage(&brief));
}