mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
env: change -c to -C
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user