Skip to content

Commit

Permalink
[opt-viewer] Fix option name
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319072 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
anemet committed Nov 27, 2017
1 parent 237a48e commit aa1bb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/opt-viewer/opt-viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def generate_report(all_remarks,
type=int,
help='Max job count (defaults to %(default)s, the current CPU count)')
parser.add_argument(
'-source-dir',
'--source-dir',
'-s',
default='',
help='set source directory')
Expand Down

0 comments on commit aa1bb20

Please sign in to comment.