Skip to content

Commit

Permalink
Fix usage formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michael stack committed Dec 6, 2024
1 parent cab2f0d commit ce7d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdbclient/S3Client_cli.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void printUsage(std::string const& programName) {
" SOURCE File, directory, or s3 bucket URL to copy from.\n"
" If SOURCE is an s3 bucket URL, TARGET must be a directory and vice versa.\n"
" See 'Backup URLs' in https://apple.github.io/foundationdb/backups.html for\n"
" the fdb s3 'blobstore://' url format."
" the fdb s3 'blobstore://' url format.\n"
" TARGET Where to place the copy.\n"
"Examples:\n"
" "
Expand Down

0 comments on commit ce7d4af

Please sign in to comment.