diff --git a/src/args.rs b/src/args.rs index 2372aab..3bdf1aa 100644 --- a/src/args.rs +++ b/src/args.rs @@ -126,9 +126,6 @@ pub struct UnakiteArgs { /// device of boot device #[clap(long)] pub bootdev: String, - /// name of kernel to use - #[clap(long)] - pub kernel: String, } #[derive(Debug)]