Skip to content

Commit c8f798d

Browse files
ferdymercuryRoot Persona
authored andcommitted
help: mention that double-slashes are not supported in .I
Fixes https://its.cern.ch/jira/browse/ROOT-6431
1 parent 44b1288 commit c8f798d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/MetaProcessor/MetaSema.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ namespace cling {
338338
" " << metaString << "U <filename>\t\t- Unloads the given file\n"
339339
"\n"
340340
" " << metaString << "(I|include) [path]\t\t- Shows all include paths. If a path is given,"
341-
"\n\t\t\t\t adds the path to the include paths.\n"
341+
"\n\t\t\t\t adds the path to the include paths. Paths with double\n"
342+
"\n\t\t\t\t slashes // are not supported since they are treated as\n"
343+
"\n\t\t\t\t C++ comments; use AddIncludePath instead in that case.\n"
342344
"\n"
343345
" " << metaString << "O <level>\t\t\t- Sets the optimization level (0-3)"
344346
"\n\t\t\t\t If no level is given, prints the current setting.\n"

0 commit comments

Comments
 (0)