Просмотр исходного кода

Add missing options to options message

[SVN r37935]
Beman Dawes 19 лет назад
Родитель
Сommit
31dbc91bbb
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      tools/regression/compiler_status.cpp

+ 3 - 0
tools/regression/compiler_status.cpp

@@ -846,6 +846,9 @@ int cpp_main( int argc, char * argv[] ) // note name!
       "           --notes-map path    Path to file of toolset/test,n lines, where\n"
       "                               n is number of note bookmark in --notes file.\n"
       "           --jamfile path      Path to Jamfile. By default \"Jamfile\".\n"
+      "           --v2                Assume Boost.Build version 2.\n"
+      "           --ignore-pass       Ignore passing tests.\n"
+      "           --no-warn           Do not report warnings.\n"
       "Example: compiler_status --compiler gcc /boost-root cs.html cs-links.html\n"
       "Note: Only the leaf of the links-file path and --notes file string are\n"
       "used in status-file HTML links. Thus for browsing, status-file,\n"

粤ICP备19079148号