This commit is contained in:
rustdesk
2026-08-22 00:02:34 +08:00
parent 92eb137178
commit 6eaac17ac5
+1 -1
View File
@@ -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