summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
index eaf991b..5afb63e 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
@@ -977,7 +977,7 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain)
if (strcmp(argv[index], "--bpp:?") == 0)
{
- printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) Amlal EL Mahrouss.");
+ printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal EL Mahrouss.");
printf("%s\n", "--bpp:working-dir <path>: set directory to working path.");
printf("%s\n", "--bpp:include-dir <path>: add directory to include path.");
printf("%s\n", "--bpp:def <name> <value>: define a macro.");