Skip to content

Commit 0b5f098

Browse files
committed
overrides_with("argv0")
1 parent b6a0b91 commit 0b5f098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uu/env/src/env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ pub fn uu_app() -> Command {
187187
.help("process and split S into separate arguments; used to pass multiple arguments on shebang lines")
188188
).arg(
189189
Arg::new("argv0")
190+
.overrides_with("argv0")
190191
.short('a')
191192
.long("argv0")
192193
.value_name("a")

0 commit comments

Comments
 (0)