Skip to content

Commit fae625e

Browse files
committed
Message style improvements
1 parent 7920d03 commit fae625e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ help(const char *progname)
829829
printf(_(" %s [OPTION]... [DBNAME]\n"), progname);
830830

831831
printf(_("\nGeneral options:\n"));
832-
printf(_(" -f, --file=OUTPUT output file or directory name\n"));
832+
printf(_(" -f, --file=FILENAME output file or directory name\n"));
833833
printf(_(" -F, --format=c|d|t|p output file format (custom, directory, tar, plain text)\n"));
834834
printf(_(" -v, --verbose verbose mode\n"));
835835
printf(_(" -Z, --compress=0-9 compression level for compressed formats\n"));
@@ -859,7 +859,7 @@ help(const char *progname)
859859
printf(_(" --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n"));
860860
printf(_(" --disable-triggers disable triggers during data-only restore\n"));
861861
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
862-
printf(_(" --quote-all-identifiers quote all identifiers, even if not keywords\n"));
862+
printf(_(" --quote-all-identifiers quote all identifiers, even if not key words\n"));
863863
printf(_(" --serializable-deferrable wait until the dump can run without anomalies\n"));
864864
printf(_(" --role=ROLENAME do SET ROLE before dump\n"));
865865
printf(_(" --no-security-labels do not dump security label assignments\n"));
@@ -2541,7 +2541,7 @@ binary_upgrade_extension_member(PQExpBuffer upgrade_buffer,
25412541
}
25422542
if (extobj == NULL)
25432543
{
2544-
write_msg(NULL, "failed to find parent extension for %s", objlabel);
2544+
write_msg(NULL, "could not find parent extension for %s", objlabel);
25452545
exit_nicely();
25462546
}
25472547

src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ main(int argc, char **argv)
345345
break;
346346

347347
default:
348-
write_msg(NULL, "unrecognized archive format \"%s\"; please specify \"c\", \"d\" or \"t\"\n",
348+
write_msg(NULL, "unrecognized archive format \"%s\"; please specify \"c\", \"d\", or \"t\"\n",
349349
opts->formatName);
350350
exit(1);
351351
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy