From 800552ef6d10d3b90a73a3af4b08d92f9307775c Mon Sep 17 00:00:00 2001 From: Anirudha Bose Date: Thu, 12 Jun 2014 15:04:28 +0530 Subject: [PATCH] Remove static and obsolete help message --- docs/tools/cling.pod.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/tools/cling.pod.in b/docs/tools/cling.pod.in index 6b46a7bc..79d6ce76 100644 --- a/docs/tools/cling.pod.in +++ b/docs/tools/cling.pod.in @@ -56,14 +56,7 @@ In addition Cling will be able to parse the CINT specific C++ extensions. B provides convenient and easy to use interface for changing the interpreter's internal state or for executing handy commands. Cling provides the following metaprocessor commands: - -B .(command), where command is: - - .x filename.cxx - loads filename and calls void filename() if defined - .L library | filename.cxx - loads library or filename.cxx - .printAST - shows the abstract syntax tree after each processed entity - .I path - adds an include path - +%help_msg% =item B