Skip to content

Commit

Permalink
fix: mirror apply description
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Jun 24, 2024
1 parent b540e38 commit d4136e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-cli/src/client/topic/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub struct CreateTopicOpt {
)]
replica_assignment: Option<PathBuf>,

/// Replica assignment file
/// Mirror apply file
#[arg(
short = 'm',
long = "mirror-apply",
Expand Down

0 comments on commit d4136e8

Please sign in to comment.