Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quickwit/quickwit-cli/src/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn build_tool_command() -> Command {
.subcommand(
Command::new("merge")
.display_order(10)
.about("Merges all the splits for a given Node ID, index ID, source ID.")
.about("Runs available merge operations for a given index ID and source ID.")
.args(&[
arg!(--index <INDEX> "ID of the target index.")
.display_order(1)
Expand Down