Skip to content

Commit

Permalink
docs: add --retain
Browse files Browse the repository at this point in the history
   --retain            Retain AppContainer Profile (experimental)
  • Loading branch information
fcharlie authored Aug 27, 2024
1 parent 6f52654 commit a9cdec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReadMe.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ usage: wsudo command args...
-L|--lpac Less Privileged AppContainer mode.
--disable-alias Disable Privexec alias, By default, if Privexec exists alias, use it.
--appid Set AppContainer ID name (compatible --appname)
--retain Retain AppContainer Profile (experimental)
Select user can use the following flags:
-a|--appcontainer AppContainer
Expand Down Expand Up @@ -166,4 +167,4 @@ wsudo -e "PATH=%PATH%;%TEMP%" -n -U cmd

## LICENSE

这个项目使用 MIT 协议,但其使用了一些其他开源库,可以查看相应的许可头和协议。比如这里使用了 [https://github.com/nlohmann/json](https://github.com/nlohmann/json) , 有些 API 借鉴了 NSudo 的,但已经重写。
这个项目使用 MIT 协议,但其使用了一些其他开源库,可以查看相应的许可头和协议。比如这里使用了 [https://github.com/nlohmann/json](https://github.com/nlohmann/json) , 有些 API 借鉴了 NSudo 的,但已经重写。

0 comments on commit a9cdec9

Please sign in to comment.