Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhaveS committed Aug 5, 2024
1 parent d935200 commit 039eac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/pgcopydb/cli_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ static CommandLine copy_db_command =
" --restart Allow restarting when temp files exist already\n"
" --resume Allow resuming operations after a failure\n"
" --not-consistent Allow taking a new snapshot on the source database\n"
" --snapshot Use snapshot obtained with pg_export_snapshot\n",
" --snapshot Use snapshot obtained with pg_export_snapshot\n"
" --use-copy-binary Use the COPY BINARY format for COPY operations\n",
cli_copy_db_getopts,
cli_clone);

Expand Down

0 comments on commit 039eac9

Please sign in to comment.