diff --git a/scripts/code.py b/scripts/code.py index dab7a203..2a9e8bbb 100755 --- a/scripts/code.py +++ b/scripts/code.py @@ -1219,7 +1219,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/cov.py b/scripts/cov.py index 6ee94f37..11daaa96 100755 --- a/scripts/cov.py +++ b/scripts/cov.py @@ -1198,7 +1198,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/csv.py b/scripts/csv.py index 63061249..489754ab 100755 --- a/scripts/csv.py +++ b/scripts/csv.py @@ -3399,7 +3399,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/ctx.py b/scripts/ctx.py index 684867a2..ebe27d9d 100755 --- a/scripts/ctx.py +++ b/scripts/ctx.py @@ -1537,7 +1537,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/data.py b/scripts/data.py index 6c7b776d..626e8ca6 100755 --- a/scripts/data.py +++ b/scripts/data.py @@ -1219,7 +1219,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/perf.py b/scripts/perf.py index 9581fe6b..84f22360 100755 --- a/scripts/perf.py +++ b/scripts/perf.py @@ -1786,7 +1786,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/perfbd.py b/scripts/perfbd.py index 55450bf1..fbc0da26 100755 --- a/scripts/perfbd.py +++ b/scripts/perfbd.py @@ -1787,7 +1787,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/stack.py b/scripts/stack.py index cdbaacfa..1624026e 100755 --- a/scripts/stack.py +++ b/scripts/stack.py @@ -1280,7 +1280,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.") diff --git a/scripts/structs.py b/scripts/structs.py index df8d0659..4908c8fb 100755 --- a/scripts/structs.py +++ b/scripts/structs.py @@ -1426,7 +1426,7 @@ if __name__ == "__main__": action='store_true', help="Only show the total.") parser.add_argument( - '--total', + '-t', '--total', action='store_true', help="Equivalent to --summary + --no-header + --small-total. " "Useful for scripting.")