Skip to content

Commit 632b569

Browse files
committed
document -x for pg_dump
1 parent 4477e0d commit 632b569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*
2323
* IDENTIFICATION
24-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.115 1999/06/03 04:01:16 tgl Exp $
24+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.115.2.1 1999/09/01 23:06:26 momjian Exp $
2525
*
2626
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2727
*
@@ -161,7 +161,7 @@ usage(const char *progname)
161161
fprintf(stderr,
162162
"\t -v \t\t verbose\n");
163163
fprintf(stderr,
164-
"\t -z \t\t dump ACLs (grant/revoke)\n");
164+
"\t -x \t\t do not dump ACL's (grant/revoke)\n");
165165
fprintf(stderr,
166166
"\nIf dbname is not supplied, then the DATABASE environment "
167167
"variable value is used.\n");

0 commit comments

Comments
 (0)