Skip to content
Snippets Groups Projects
Commit 36f3c28b authored by Julien Malik's avatar Julien Malik
Browse files

DOC: OTB_CONFIG_FILE is used for environment search

parent 043dc04a
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ ConfigurationFile
if (!itksys::SystemTools::FileExists(envVar, true))
{
itkWarningMacro(<< "When loading the OTB configuration file, "
"the OTB_CONFIG env. var was found, but points a non-existant file : "
"the OTB_CONFIG_FILE env. var was found, but points a non-existant file : "
<< envVar);
}
else
......
......@@ -31,7 +31,7 @@ namespace otb
/** \class ConfigurationFile
* \brief Manage OTB ConfigurationFile file
*
* The path to the file can be set with environment variable OTB_CONFIG
* The path to the file can be set with environment variable OTB_CONFIG_FILE
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment