Index: contrib/pgbench/pgbench.c
===================================================================
RCS file: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v
retrieving revision 1.79
diff -c -c -r1.79 pgbench.c
*** contrib/pgbench/pgbench.c	19 Mar 2008 03:33:21 -0000	1.79
--- contrib/pgbench/pgbench.c	7 May 2008 21:36:42 -0000
***************
*** 1627,1632 ****
--- 1627,1635 ----
  		}
  	}
  
+ 	if (!is_init_mode && scale)
+ 		fprintf(stderr, "Scale specification ignored because init mode (-i) not specified\n");
+ 	
  	if (argc > optind)
  		dbName = argv[optind];
  	else
