# HG changeset patch # User jwe # Date 789792961 0 # Node ID 914348f891f02e89c6a8b161e732c67df930fbe4 # Parent d3790919922e6363254d5b0915acc3904c6bf24d [project @ 1995-01-11 02:53:50 by jwe] diff --git a/src/help.cc b/src/help.cc --- a/src/help.cc +++ b/src/help.cc @@ -340,6 +340,8 @@ maybe_page_output (output_buf); } } + else + warning ("no usage message found for `%s'", string); } static void diff --git a/src/utils.cc b/src/utils.cc --- a/src/utils.cc +++ b/src/utils.cc @@ -825,7 +825,7 @@ delete [] str; } else - print_usage ("undo_string_escapaes"); + print_usage ("undo_string_escapes"); return retval; }