diff --git a/capa/main.py b/capa/main.py index ba03c7a4..617df71f 100644 --- a/capa/main.py +++ b/capa/main.py @@ -853,15 +853,15 @@ def install_common_args(parser, wanted=None): help="select sample format, %s" % format_help, ) - if "backend" in wanted: - parser.add_argument( - "-b", - "--backend", - type=str, - help="select the backend to use", - choices=(BACKEND_VIV,), - default=BACKEND_VIV, - ) + if "backend" in wanted: + parser.add_argument( + "-b", + "--backend", + type=str, + help="select the backend to use", + choices=(BACKEND_VIV,), + default=BACKEND_VIV, + ) if "rules" in wanted: parser.add_argument(