Merge pull request #9 from DerGoogler/patch-1

ksud: Replace KernelSU with KernelSU Next
This commit is contained in:
Rifat Azad
2024-12-20 09:00:46 +06:00
committed by GitHub

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));
}