From 1d147b0906e1b3ba6ac2a59f99503d0e67933330 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Jun 2021 06:52:10 +0200 Subject: disallow the short form for --bootstrap-log Since it's devastating to the value of the signature to not require a consistency proof, make it less likely that it's done inadvertently. --- siglog-witness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siglog-witness.py b/siglog-witness.py index fe15c4e..146caf7 100755 --- a/siglog-witness.py +++ b/siglog-witness.py @@ -36,7 +36,7 @@ class Parser: p = argparse.ArgumentParser( description='Sign the most recently published tree head from a given siglog, after verifying it against an older tree.') - p.add_argument('-b', '--bootstrap-log', + p.add_argument('--bootstrap-log', action='store_true', help="Sign and save fetched tree head without verifying a consistency proof against a previous tree head. NOTE: User intervention required.") -- cgit v1.2.3