You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ksud: renaming KernelSU -> KernelSU-Next
This commit is contained in:
@@ -43,7 +43,7 @@ pub fn grant_root(_global_mnt: bool) -> Result<()> {
|
||||
}
|
||||
|
||||
fn print_usage(program: &str, opts: Options) {
|
||||
let brief = format!("KernelSU Next\n\nUsage: {program} [options] [-] [user [argument...]]");
|
||||
let brief = format!("KernelSU-Next\n\nUsage: {program} [options] [-] [user [argument...]]");
|
||||
print!("{}", opts.usage(&brief));
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ pub fn root_shell() -> Result<()> {
|
||||
}
|
||||
|
||||
if matches.opt_present("v") {
|
||||
println!("{}:KernelSU", defs::VERSION_NAME);
|
||||
println!("{}:KernelSU-Next", defs::VERSION_NAME);
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user