doc: Fix Sphinx error in AFWS argparser

This commit is contained in:
architeuthidae 2024-07-19 10:34:53 +08:00 committed by Sébastien Bourdeauducq
parent 8a775bc61b
commit 7b13ffd9f3
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ def get_argparser():
act_get_json.add_argument("variant", nargs="?", default=None, help="variant to get (can be omitted if user is authorised to build only one)")
act_get_json.add_argument("-o", "--out", default=None, help="output JSON file")
act_get_json.add_argument("-f", "--force", action="store_true", help="overwrite file if it already exists")
args = parser.parse_args()
return parser