Skip to content

Commit

Permalink
update cli help for table-name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanninglive committed Aug 14, 2023
1 parent 9bb77c6 commit 0cae0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diesel_cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub fn build_cli() -> Command {
.index(2)
.num_args(1..)
.action(clap::ArgAction::Append)
.help("Table names to filter (default only-tables if not empty)."),
.help("Table names to filter."),
)
.arg(
Arg::new("only-tables")
Expand Down Expand Up @@ -223,7 +223,7 @@ pub fn build_cli() -> Command {
.index(1)
.num_args(1..)
.action(clap::ArgAction::Append)
.help("Table names to filter (default only-tables if not empty)."),
.help("Table names to filter."),
)
.arg(
Arg::new("only-tables")
Expand Down

0 comments on commit 0cae0f8

Please sign in to comment.