test_help_info_default_stdout.gold.txt 1.1 KB

1234567891011121314151617181920
  1. Usage: info.py [options]
  2. Options:
  3. -h, --help show this help message and exit
  4. --general.log-level=GENERAL.LOG_LEVEL
  5. Defines log level. Possible values are
  6. 'DEBUG','INFO','WARNING' or 'ERROR'. Default value is
  7. inherited from environment variable
  8. 'METRIXPLUSPLUS_LOG_LEVEL' if set. Otherwise, it is
  9. 'ERROR' [default: ERROR]
  10. --general.db-file=GENERAL.DB_FILE
  11. Primary database file to write (by the collector) and
  12. post-process (by other tools) [default: ./metrixpp.db]
  13. --general.db-file-prev=GENERAL.DB_FILE_PREV
  14. Database file with data collected for the
  15. past/previous revision. If it is set for the collector
  16. tool to perform an incremental/iterative collection,
  17. it may reduce the processing time significantly. Post-
  18. processing tools use it in order to recognise/evaluate
  19. change trends. [default: none].