From 8a1e15e70afefa2f3fc6f71b3a27fa3bce92a827 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:33:22 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 87c7080..04bc341 100644 --- a/FAQ.md +++ b/FAQ.md @@ -366,9 +366,9 @@ Case study: # Command line output on Windows By default `rustdesk.exe` in command line on Windows has no output, you have to run it like below. -- cmd.exe: `rustdesk.exe --get-id | more` +- cmd.exe: `rustdesk.exe | more`, e.g. `rustdesk.exe --get-id | more` -- PowerShell: `rustdesk.exe --get-id | Out-String` +- PowerShell: `rustdesk.exe | Out-String`, e.g. `rustdesk.exe --get-id | Out-String` https://github.com/rustdesk/rustdesk/discussions/6377#discussioncomment-8094952