diff options
Diffstat (limited to 'utils/opt-viewer/opt-diff.py')
-rwxr-xr-x | utils/opt-viewer/opt-diff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/opt-viewer/opt-diff.py b/utils/opt-viewer/opt-diff.py index 8c377860653e0..2b5d1bbfabbec 100755 --- a/utils/opt-viewer/opt-diff.py +++ b/utils/opt-viewer/opt-diff.py @@ -43,7 +43,7 @@ if __name__ == '__main__': '-j', default=cpu_count(), type=int, - help='Max job count (defaults to current CPU count)') + help='Max job count (defaults to %(default)s, the current CPU count)') parser.add_argument('--output', '-o', default='diff.opt.yaml') args = parser.parse_args() |