Skip to content

Commit

Permalink
Merge branch 'topic/no_subprojects_doc' into 'master'
Browse files Browse the repository at this point in the history
Add 'no-subprojects' option documentation to the GNATcheck CLI help message

Closes #176

See merge request eng/libadalang/langkit-query-language!146
  • Loading branch information
HugoGGuerrier committed Jan 3, 2024
2 parents 20f417d + 6ed5d32 commit 79c99cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lkql_checker/src/gnatcheck-output.adb
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ package body Gnatcheck.Output is
Info (" -Pproject - Use project file project. Only one such switch can be used");
Info (" -U - check all sources of the argument project");
Info (" -U main - check the closure of units rooted at unit main");
Info (" --no-subprojects - process only sources of root project");
Info (" -Xname=value - specify an external reference for argument project file");
Info (" --subdirs=dir - specify subdirectory to place the result files into");
Info (" --simple-project - simple project set up");
Expand Down

0 comments on commit 79c99cf

Please sign in to comment.