Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarber committed Mar 28, 2024
1 parent 0314903 commit cef67f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/pgcopydb/cli_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ cli_copy_db_getopts(int argc, char **argv)
{ "skip-ext-comments", no_argument, NULL, 'M' },
{ "skip-collations", no_argument, NULL, 'l' },
{ "skip-vacuum", no_argument, NULL, 'U' },
{ "skip-schemas", no_argument, NULL, 'n'},
{ "skip-schemas", no_argument, NULL, 'n' },
{ "filter", required_argument, NULL, 'F' },
{ "filters", required_argument, NULL, 'F' },
{ "requirements", required_argument, NULL, 'Q' },
Expand Down

0 comments on commit cef67f6

Please sign in to comment.