From 1062a8ea2834c9f1a30cd01abc7db6dbea5e8525 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:32:33 +0800 Subject: [PATCH] Update _index.en.md --- content/self-host/rustdesk-server-pro/console/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/rustdesk-server-pro/console/_index.en.md b/content/self-host/rustdesk-server-pro/console/_index.en.md index c3b5611..80f427f 100644 --- a/content/self-host/rustdesk-server-pro/console/_index.en.md +++ b/content/self-host/rustdesk-server-pro/console/_index.en.md @@ -83,7 +83,7 @@ The User is the RustDesk User logged in on the device or assigned to the device This can also be done via the API at command line on deployment or later by calling the RustDesk executable followed by `--assign --token --user_name `. You need to go to `Settings → Tokens → Create` and create a token with Device permissions first to do this. An example of this on windows would be `"C:\Program Files\RustDesk\rustdesk.exe" --assign --token --user_name `. -You can also assign strategy in this way, e.g. `--assign --token --strategy_name_name `. +You can also assign strategy in this way, e.g. `--assign --token --strategy_name `. The command line on Windows does not have output by default, to get output, please run like this, `"C:\Program Files\RustDesk\rustdesk.exe" ... | more`, or `"C:\Program Files\RustDesk\rustdesk.exe" ... | Out-String`, https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952.