@@ -727,7 +727,7 @@ initialize_environment(void)
727
727
putenv ("LC_MESSAGES=C" );
728
728
729
729
/*
730
- * Setmultibyte as requested
730
+ * Setencoding as requested
731
731
*/
732
732
if (encoding )
733
733
doputenv ("PGCLIENTENCODING" ,encoding );
@@ -1880,7 +1880,7 @@ help(void)
1880
1880
printf (_ (" --create-role=ROLE create the specified role before testing\n" ));
1881
1881
printf (_ (" --max-connections=N maximum number of concurrent connections\n" ));
1882
1882
printf (_ (" (default is 0 meaning unlimited)\n" ));
1883
- printf (_ (" --multibyte =ENCODING use ENCODING as the multibyte encoding\n" ));
1883
+ printf (_ (" --encoding =ENCODING use ENCODING as the encoding\n" ));
1884
1884
printf (_ (" --outputdir=DIR place output files in DIR (default \".\")\n" ));
1885
1885
printf (_ (" --schedule=FILE use test ordering schedule from FILE\n" ));
1886
1886
printf (_ (" (can be used multiple times to concatenate)\n" ));
@@ -1925,7 +1925,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
1925
1925
{"inputdir" ,required_argument ,NULL ,3 },
1926
1926
{"load-language" ,required_argument ,NULL ,4 },
1927
1927
{"max-connections" ,required_argument ,NULL ,5 },
1928
- {"multibyte " ,required_argument ,NULL ,6 },
1928
+ {"encoding " ,required_argument ,NULL ,6 },
1929
1929
{"outputdir" ,required_argument ,NULL ,7 },
1930
1930
{"schedule" ,required_argument ,NULL ,8 },
1931
1931
{"temp-install" ,required_argument ,NULL ,9 },