env: change -c to -C

This commit is contained in:
Thomas Queiroz
2021-11-02 19:51:45 -03:00
parent c44b5952b8
commit 013405d1e6
+1 -1
View File
@@ -131,7 +131,7 @@ pub fn uu_app() -> App<'static, 'static> {
.long("ignore-environment")
.help("start with an empty environment"))
.arg(Arg::with_name("chdir")
.short("c")
.short("C") // GNU env compatibility
.long("chdir")
.takes_value(true)
.number_of_values(1)