mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-14 16:31:03 +03:00
typo
This commit is contained in:
@@ -61,7 +61,7 @@ def make_parser():
|
|||||||
"--custom-arp",
|
"--custom-arp",
|
||||||
type=str,
|
type=str,
|
||||||
default="{}",
|
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(
|
parser.add_argument(
|
||||||
"-c", "--custom", action="store_true", help="Is custom client", default=False
|
"-c", "--custom", action="store_true", help="Is custom client", default=False
|
||||||
|
|||||||
Reference in New Issue
Block a user