diff --git a/src/uu/env/src/env.rs b/src/uu/env/src/env.rs index 042d2c380..6d5431aa9 100644 --- a/src/uu/env/src/env.rs +++ b/src/uu/env/src/env.rs @@ -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)