From 6eaac17ac5be69a81892300bc7b1535408f07fa1 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 22 Aug 2026 00:02:34 +0800 Subject: [PATCH] typo --- res/msi/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/msi/preprocess.py b/res/msi/preprocess.py index ff0b5f510..4fde48bb0 100644 --- a/res/msi/preprocess.py +++ b/res/msi/preprocess.py @@ -61,7 +61,7 @@ def make_parser(): "--custom-arp", type=str, default="{}", - help='Custom arp properties, e.g. \'["Comments": {"msi": "ARPCOMMENTS", "v": "Remote control application."}]\'', + help='Custom arp properties, e.g. \'{"Comments": {"msi": "ARPCOMMENTS", "v": "Remote control application."}}\'', ) parser.add_argument( "-c", "--custom", action="store_true", help="Is custom client", default=False