Updated FAQ (markdown)

RustDesk
2024-08-07 23:34:01 +08:00
parent a91c147c61
commit 91d3862c72

2
FAQ.md

@@ -447,7 +447,7 @@ https://github.com/rustdesk/rustdesk/discussions/2889#discussioncomment-6514549
# Noted: here, all name containing `test` will be returned
python3 users.py view --url http://rustdesk.yourcompany.com --token <token> --name test
python3 users.py disable --url http://rustdesk.yourcompany.com --token <token> --name test
python3 users.py delete --url http://rustdesk.yourcompany.com --token <token> --name test
python3 users.py enable --url http://rustdesk.yourcompany.com --token <token> --name test
```