We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0ebb4 commit 06b6651Copy full SHA for 06b6651
userspace/ksud/src/su.rs
@@ -104,10 +104,11 @@ pub fn root_shell() -> Result<()> {
104
"preserve-environment",
105
"preserve the entire environment",
106
);
107
- opts.optflag(
+ opts.optopt(
108
"s",
109
"shell",
110
"use SHELL instead of the default /system/bin/sh",
111
+ "SHELL",
112
113
opts.optflag("v", "version", "display version number and exit");
114
opts.optflag("V", "", "display version code and exit");
0 commit comments