diff --git a/tui/src/main.rs b/tui/src/main.rs index 740e486c0..8320cc6d3 100644 --- a/tui/src/main.rs +++ b/tui/src/main.rs @@ -37,9 +37,6 @@ struct Args { #[arg(help = "Set the theme to use in the application")] theme: Theme, #[arg(long, default_value_t = false)] - #[clap(help = "Allow linutil to run as root")] - allow_root: bool, - #[arg(long, default_value_t = false)] #[clap(help = "Show all available options, disregarding compatibility checks (UNSAFE)")] override_validation: bool, }