Mercurial > hg > octave-nkf
diff src/defun.cc @ 5667:ec3ffbf9982b
[project @ 2006-03-15 02:51:39 by jwe]
author | jwe |
---|---|
date | Wed, 15 Mar 2006 02:51:40 +0000 |
parents | db34dff19947 |
children | bd9cd65d51e4 |
line wrap: on
line diff
--- a/src/defun.cc +++ b/src/defun.cc @@ -45,7 +45,8 @@ // the help functions. void -print_usage (const std::string& nm, bool just_usage) +print_usage (const std::string& nm, bool just_usage, + const std::string& extra_msg) { symbol_record *sym_rec = fbi_sym_tab->lookup (nm); @@ -63,7 +64,7 @@ display_help_text (buf, h); - buf << "\n"; + buf << extra_msg << "\n"; if (! just_usage) additional_help_message (buf);