Skip to content

Commit cb61e6b

Browse files
vvb2060Copilot
andauthored
Update native/src/core/su/su.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 628ae3d commit cb61e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/src/core/su/su.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int su_client_main(int argc, char *argv[]) {
118118
string shell = DEFAULT_SHELL;
119119

120120
int c;
121-
while ((c = getopt_long(argc, argv, "+:himpds:VvuZ:Mt:g:G:", long_opts, nullptr)) != -1) {
121+
while ((c = getopt_long(argc, argv, "+:himpds:VvZ:Mt:g:G:", long_opts, nullptr)) != -1) {
122122
switch (c) {
123123
case 'h':
124124
usage(EXIT_SUCCESS);

0 commit comments

Comments
 (0)