Clarify "ptformat"

This commit is contained in:
Robin Gareus 2023-02-04 23:52:25 +01:00
parent 185fe497c6
commit bb029560d1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ def options(opt):
opt.add_option('--thread-sanitizer', action='store_true', default=False, dest='tsan',
help='Turn on ThreadSanitizer (requires GCC >= 4.8 or clang, and 64bit CPU)')
opt.add_option('--ptformat', action='store_true', default=False, dest='ptformat',
help='Turn on PT session import option')
help='Enable support to import PTS/PTF/PTX sessions')
opt.add_option('--no-threaded-waveviews', action='store_true', default=False, dest='no_threaded_waveviews',
help='Disable threaded waveview rendering')
opt.add_option('--no-futex-semaphore', action='store_true', default=False, dest='no_futex_semaphore',