From 09faef52ba765436574799c8a43cdcb8d7859d69 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 3 Mar 2024 11:24:26 +0000 Subject: [PATCH] Update elevation docs --- .../io/xpipe/ext/base/resources/lang/elevation_en.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/elevation_en.md b/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/elevation_en.md index a90dd448e..797248d22 100644 --- a/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/elevation_en.md +++ b/ext/base/src/main/resources/io/xpipe/ext/base/resources/lang/elevation_en.md @@ -4,9 +4,8 @@ The process of elevation is operating system specific. ### Linux & macOS -Any elevated command is executed with `sudo`. -If this is done on your local system, the optional `sudo` password is queried via XPipe itself. -For remote systems, the `sudo` password is determined from the connection information, i.e. the used login password. +Any elevated command is executed with `sudo`. The optional `sudo` password is queried via XPipe when needed. +You have the ability to adjust the elevation behavior in the settings to control whether you want to enter your password every time it is needed or if you want to cache it for the current session. ### Windows