mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
It's just a cosmetic change, fixes the help screen. Should be applied in
/contrib/vacuumlo Mario Weilguni
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -383,7 +383,6 @@ usage(void)
|
|||||||
fprintf(stdout, " -U username\tUsername to connect as\n");
|
fprintf(stdout, " -U username\tUsername to connect as\n");
|
||||||
fprintf(stdout, " -W\t\tPrompt for password\n");
|
fprintf(stdout, " -W\t\tPrompt for password\n");
|
||||||
fprintf(stdout, " -h hostname\tDatabase server host\n");
|
fprintf(stdout, " -h hostname\tDatabase server host\n");
|
||||||
fprintf(stdout, " -p port\tDatabase server port\n");
|
|
||||||
fprintf(stdout, " -p port\tDatabase server port\n\n");
|
fprintf(stdout, " -p port\tDatabase server port\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user