File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,16 @@ PostgreSQL documentation
83
83
</listitem>
84
84
</varlistentry>
85
85
86
+ <varlistentry>
87
+ <term><option>-V</option></term>
88
+ <term><option>--version</option></term>
89
+ <listitem>
90
+ <para>
91
+ Display version information, then exit.
92
+ </para>
93
+ </listitem>
94
+ </varlistentry>
95
+
86
96
<varlistentry>
87
97
<term><option>-?</option></term>
88
98
<term><option>--help</option></term>
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ help(const char *progname)
270
270
printf (_ ("\nOptions:\n" ));
271
271
printf (_ (" -i, --individual list block numbers individually, not as ranges\n" ));
272
272
printf (_ (" -q, --quiet don't print anything, just parse the files\n" ));
273
+ printf (_ (" -V, --version output version information, then exit\n" ));
273
274
printf (_ (" -?, --help show this help, then exit\n" ));
274
275
275
276
printf (_ ("\nReport bugs to <%s>.\n" ), PACKAGE_BUGREPORT );
You can’t perform that action at this time.
0 commit comments