From 91d3862c72d826e616df8ca9cc473a3374d08112 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:34:01 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6d5fe0f..a5bdaf5 100644 --- a/FAQ.md +++ b/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 --name test python3 users.py disable --url http://rustdesk.yourcompany.com --token --name test -python3 users.py delete --url http://rustdesk.yourcompany.com --token --name test +python3 users.py enable --url http://rustdesk.yourcompany.com --token --name test ```