Skip to content

Commit 0a85eea

Browse files
committed
It's just a cosmetic change, fixes the help screen. Should be applied in
/contrib/vacuumlo Mario Weilguni
1 parent dc4a493 commit 0a85eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/vacuumlo/vacuumlo.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.15 2002/09/05 21:19:13 tgl Exp $
11+
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.16 2002/10/03 17:20:39 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -383,7 +383,6 @@ usage(void)
383383
fprintf(stdout, " -U username\tUsername to connect as\n");
384384
fprintf(stdout, " -W\t\tPrompt for password\n");
385385
fprintf(stdout, " -h hostname\tDatabase server host\n");
386-
fprintf(stdout, " -p port\tDatabase server port\n");
387386
fprintf(stdout, " -p port\tDatabase server port\n\n");
388387
}
389388

0 commit comments

Comments
 (0)