Merge pull request #335 from RehanPlayz/patch-1

Fix a typo
This commit is contained in:
Gerardo Grignoli 2024-02-19 20:21:23 -03:00 committed by GitHub
commit 583c60a66e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ Here are the `Credentials Cache` Modes:
- This is the default mode. (Use `gsudo config CacheMode Explicit` to revert to this value).
- `Auto:` Similar to unix-sudo. The first elevation shows a UAC popup and **starts a cache session automatically**.
- Run `gsudo config CacheMode Auto` to use this mode.
- `Disabled:` Every elevation shows a UAC popup, and tryoing to start a cache session will throw an error..
- `Disabled:` Every elevation shows a UAC popup, and trying to start a cache session will throw an error..
- Run `gsudo config CacheMode Disabled` to use this mode.
In any case, you can stop all cache sessions with `gsudo -k`.