diff options
Diffstat (limited to 'scripts/buildhistory-diff')
-rwxr-xr-x | scripts/buildhistory-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index 27974072fc..70805b0678 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff | |||
@@ -38,7 +38,7 @@ def get_args_parser(): | |||
38 | parser.add_argument('-a', '--report-all', | 38 | parser.add_argument('-a', '--report-all', |
39 | action='store_true', | 39 | action='store_true', |
40 | dest='report_all', | 40 | dest='report_all', |
41 | default='False', | 41 | default=False, |
42 | help="Report all changes, not just the default significant ones") | 42 | help="Report all changes, not just the default significant ones") |
43 | parser.add_argument('-s', '---signatures', | 43 | parser.add_argument('-s', '---signatures', |
44 | action='store_true', | 44 | action='store_true', |