Skip to content

Commit

Permalink
Remove group "section" from rm flags
Browse files Browse the repository at this point in the history
Preserving the help heading, but removing the superfluous group.
  • Loading branch information
cassaundra committed Jun 20, 2022
1 parent 592eb56 commit 2cbced7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/rm/rm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub struct RmArgs {
short = 'D',
conflicts_with = "build",
help_heading = "SECTION",
group = "SECTION"
)]
dev: bool,

Expand All @@ -30,7 +29,6 @@ pub struct RmArgs {
short = 'B',
conflicts_with = "dev",
help_heading = "SECTION",
group = "SECTION"
)]
build: bool,

Expand All @@ -39,7 +37,6 @@ pub struct RmArgs {
long,
forbid_empty_values = true,
help_heading = "SECTION",
group = "section"
)]
target: Option<String>,

Expand Down

0 comments on commit 2cbced7

Please sign in to comment.