Index: src/bin/psql/help.c
===================================================================
RCS file: /cvsroot/pgsql/src/bin/psql/help.c,v
retrieving revision 1.122
diff -c -r1.122 help.c
*** src/bin/psql/help.c	20 Jan 2008 21:13:55 -0000	1.122
--- src/bin/psql/help.c	26 Mar 2008 12:43:09 -0000
***************
*** 185,190 ****
--- 185,192 ----
  	fprintf(output, _("  \\unset NAME    unset (delete) internal variable\n"));
  	fprintf(output, _("  \\prompt [TEXT] NAME\n"
  				 "                 prompt user to set internal variable\n"));
+ 	fprintf(output, _("  \\password [USERNAME]\n"
+ 				 "                 securely change the password for a user\n"));
  	fprintf(output, _("  \\! [COMMAND]   execute command in shell or start interactive shell\n"));
  	fprintf(output, "\n");
  
