Skip to content

Commit

Permalink
select: fix help of --merge option (#841)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 authored Oct 31, 2024
1 parent 4649f7d commit b046950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/pica-toolkit/src/commands/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ pub(crate) struct Select {

/// Whether to merge all values of a column into a single value or
/// not. The separator can be specified by the `--separator`
/// Note: This option cannot be used with `--merge`.
/// option.
///
/// Note: This option cannot be used with `--squash`.
#[arg(long, conflicts_with = "squash")]
Expand Down

0 comments on commit b046950

Please sign in to comment.