Skip to content

Commit

Permalink
more: hide option plain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ideflop committed Jun 6, 2023
1 parent 1f0bfe6 commit 4841f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uu/more/src/more.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ pub fn uu_app() -> Command {
Arg::new(options::PLAIN)
.short('u')
.long(options::PLAIN)
.help("Suppress underlining and bold")
.action(ArgAction::SetTrue),
.action(ArgAction::SetTrue)
.hide(true),
)
.arg(
Arg::new(options::FROM_LINE)
Expand Down

0 comments on commit 4841f62

Please sign in to comment.