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 dc4a493 commit 0a85eeaCopy full SHA for 0a85eea
contrib/vacuumlo/vacuumlo.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.15 2002/09/05 21:19:13 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.16 2002/10/03 17:20:39 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -383,7 +383,6 @@ usage(void)
383
fprintf(stdout, " -U username\tUsername to connect as\n");
384
fprintf(stdout, " -W\t\tPrompt for password\n");
385
fprintf(stdout, " -h hostname\tDatabase server host\n");
386
- fprintf(stdout, " -p port\tDatabase server port\n");
387
fprintf(stdout, " -p port\tDatabase server port\n\n");
388
}
389
0 commit comments