We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4477e0d commit 632b569Copy full SHA for 632b569
src/bin/pg_dump/pg_dump.c
@@ -21,7 +21,7 @@
21
*
22
23
* IDENTIFICATION
24
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.115 1999/06/03 04:01:16 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.115.2.1 1999/09/01 23:06:26 momjian Exp $
25
26
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
27
@@ -161,7 +161,7 @@ usage(const char *progname)
161
fprintf(stderr,
162
"\t -v \t\t verbose\n");
163
164
- "\t -z \t\t dump ACLs (grant/revoke)\n");
+ "\t -x \t\t do not dump ACL's (grant/revoke)\n");
165
166
"\nIf dbname is not supplied, then the DATABASE environment "
167
"variable value is used.\n");
0 commit comments