Updated the -I option description.

This commit is contained in:
Andrei Lebedev 2020-07-31 15:39:12 -07:00
parent 5110fd0343
commit 731292e5f3
1 changed files with 2 additions and 2 deletions

View File

@ -1014,9 +1014,9 @@ Include path management
Flags controlling how ``#include``\s are resolved to files.
.. option:: -I<dir>, --include-directory <arg>, --include-directory=<arg>
.. option:: -I<dir>, --include-directory <dir>, --include-directory=<dir>
Add directory to include search path
Add directory <dir> to the list of include files search paths. If there are multiple -I options, these directories are searched in the order they are given before the standard system directories are searched. If the same directory is in the SYSTEM include search paths, for example if also specified with -isystem, the -I option will be ignored
.. option:: -I-, --include-barrier