From b046950d5a1a0e71bc14a9015157fac38c1e2372 Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Thu, 31 Oct 2024 09:13:44 +0100 Subject: [PATCH] select: fix help of `--merge` option (#841) Signed-off-by: Nico Wagner --- crates/pica-toolkit/src/commands/select.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/pica-toolkit/src/commands/select.rs b/crates/pica-toolkit/src/commands/select.rs index 60d47b4d7..7c1aebdad 100644 --- a/crates/pica-toolkit/src/commands/select.rs +++ b/crates/pica-toolkit/src/commands/select.rs @@ -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")]