Skip to content

Commit aeb6d39

Browse files
authored
Correct
1 parent 7559958 commit aeb6d39

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/Issues.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,26 @@
9191
"WIF"
9292
]
9393
},
94-
"--magisk-branch": {
95-
"name": "--magisk-branch",
94+
"--root-sol": {
95+
"name": "--root-sol",
9696
"description": "Root solution.",
9797
"detailedinfo": "None for no integration of root.",
9898
"required": true,
9999
"default": "magisk",
100100
"type": "choice",
101+
"options": [
102+
"magisk",
103+
"kernelsu",
104+
"none"
105+
]
106+
},
107+
"--magisk-branch": {
108+
"name": "--magisk-branch",
109+
"description": "Magisk branch.",
110+
"detailedinfo": "",
111+
"required": true,
112+
"default": "magisk",
113+
"type": "choice",
101114
"options": [
102115
"topjohnwu",
103116
"HuskyDG",
@@ -130,19 +143,6 @@
130143
"none"
131144
]
132145
},
133-
"--root-sol": {
134-
"name": "--root-sol",
135-
"description": "Root solution.",
136-
"detailedinfo": "None for no integration of root.",
137-
"required": true,
138-
"default": "magisk",
139-
"type": "choice",
140-
"options": [
141-
"magisk",
142-
"kernelsu",
143-
"none"
144-
]
145-
},
146146
"--custom-model": {
147147
"name": "--custom-model",
148148
"description": "The model which WSA will display as",

0 commit comments

Comments
 (0)