diff --git a/tools/gen-stage-test-diff b/tools/gen-stage-test-diff index f3ac7d50..0fcd73fe 100755 --- a/tools/gen-stage-test-diff +++ b/tools/gen-stage-test-diff @@ -62,10 +62,10 @@ def main(): "--store", type=str, help="Specify the osbuild store", - default=1024 * 1024 * 1024, ) parser.add_argument( - "--cache-max-size", type=int, help="Specify the osbuild max cache size" + "--cache-max-size", type=int, help="Specify the osbuild max cache size", + default=1024 * 1024 * 1024, ) parser.add_argument("--libdir", type=str, help="Specify the osbuild max cache size") parser.add_argument("stage_test", type=str, help="Specify the stage test")