aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/srtool_acme.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/srtool_acme.py')
-rwxr-xr-xbin/acme/srtool_acme.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/acme/srtool_acme.py b/bin/acme/srtool_acme.py
index 1aa1b911..f815ae17 100755
--- a/bin/acme/srtool_acme.py
+++ b/bin/acme/srtool_acme.py
@@ -124,6 +124,7 @@ def main(argv):
parser.add_argument('--file', dest='file', help='Source file')
parser.add_argument('--force', '-f', action='store_true', dest='force_update', help='Force update')
+ parser.add_argument('--update-skip-history', '-H', action='store_true', dest='update_skip_history', help='Skip history updates')
parser.add_argument('--verbose', '-v', action='store_true', dest='verbose', help='Verbose debugging')
args = parser.parse_args()