diff --git a/userspace/ksud_magic/src/cli.rs b/userspace/ksud_magic/src/cli.rs index 2a333532..06c172f6 100644 --- a/userspace/ksud_magic/src/cli.rs +++ b/userspace/ksud_magic/src/cli.rs @@ -62,41 +62,41 @@ enum Commands { #[command(subcommand)] command: Profile, }, - + // // /// Patch boot or init_boot images to apply KernelSU Next // BootPatch { // /// boot image path, if not specified, will try to find the boot image automatically // #[arg(short, long)] // boot: Option, - + // // /// kernel image path to replace // #[arg(short, long)] // kernel: Option, - + // // /// LKM module path to replace, if not specified, will use the builtin one // #[arg(short, long)] // module: Option, - + // // /// init to be replaced // #[arg(short, long, requires("module"))] // init: Option, - + // // /// will use another slot when boot image is not specified // #[arg(short = 'u', long, default_value = "false")] // ota: bool, - + // // /// Flash it to boot partition after patch // #[arg(short, long, default_value = "false")] // flash: bool, - + // // /// output path, if not specified, will use current directory // #[arg(short, long, default_value = None)] // out: Option, - + // // /// magiskboot path, if not specified, will search from $PATH // #[arg(long, default_value = None)] // magiskboot: Option, - + // // /// KMI version, if specified, will use the specified KMI // #[arg(long, default_value = None)] // kmi: Option, diff --git a/userspace/ksud_overlayfs/src/cli.rs b/userspace/ksud_overlayfs/src/cli.rs index 30f951fc..11c0fba8 100644 --- a/userspace/ksud_overlayfs/src/cli.rs +++ b/userspace/ksud_overlayfs/src/cli.rs @@ -58,41 +58,41 @@ enum Commands { #[command(subcommand)] command: Profile, }, - + // // /// Patch boot or init_boot images to apply KernelSU Next // BootPatch { // /// boot image path, if not specified, will try to find the boot image automatically // #[arg(short, long)] // boot: Option, - + // // /// kernel image path to replace // #[arg(short, long)] // kernel: Option, - + // // /// LKM module path to replace, if not specified, will use the builtin one // #[arg(short, long)] // module: Option, - + // // /// init to be replaced // #[arg(short, long, requires("module"))] // init: Option, - + // // /// will use another slot when boot image is not specified // #[arg(short = 'u', long, default_value = "false")] // ota: bool, - + // // /// Flash it to boot partition after patch // #[arg(short, long, default_value = "false")] // flash: bool, - + // // /// output path, if not specified, will use current directory // #[arg(short, long, default_value = None)] // out: Option, - + // // /// magiskboot path, if not specified, will search from $PATH // #[arg(long, default_value = None)] // magiskboot: Option, - + // // /// KMI version, if specified, will use the specified KMI // #[arg(long, default_value = None)] // kmi: Option,