diff --git a/src/uu/sed/src/sed.rs b/src/uu/sed/src/sed.rs index 48fa459..23e7637 100644 --- a/src/uu/sed/src/sed.rs +++ b/src/uu/sed/src/sed.rs @@ -118,7 +118,6 @@ pub fn uu_app() -> Command { .short('a') .help("Create or truncate all output files before processing.") .action(clap::ArgAction::SetTrue), - arg!(-b --binary "Treat files as binary: do not process CR+LFs."), arg!(--debug "Annotate program execution."), Arg::new("regexp-extended") .short('E')