diff src/help.cc @ 5122:695509577dc6

[project @ 2005-01-26 22:15:11 by jwe]
author jwe
date Wed, 26 Jan 2005 22:15:11 +0000
parents b2ce28713791
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -267,6 +267,9 @@
   { "endif",
     "Mark the end of an if block.", },
 
+  { "endswitch",
+    "Mark the end of a switch block.", },
+
   { "endwhile",
     "Mark the end of a while loop.", },