diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c
index 3fbc166919b5563a54c88e038143b84a3b4022ea..0b4c78a7e6e95f326d96e857a709583421499f19 100644
--- a/src/bin/psql/psql.c
+++ b/src/bin/psql/psql.c
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.150 1998/08/04 18:29:41 momjian Exp $
+ *	  $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.151 1998/08/05 16:23:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -782,9 +782,9 @@ tableDesc(PsqlSettings *pset, char *table, FILE *fout)
 				 */
 
 				if (nIndices == 1)
-					fprintf(fout, "Indices:  ");
+					fprintf(fout, "Index:    ");
 				else	
-					fprintf(fout, "Index:     ");
+					fprintf(fout, "Indices:  ");
 					
 				/* next, print out the instances */
 				for (i = 0; i < PQntuples(res); i++)