1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

env: change -c to -C

This commit is contained in:
Thomas Queiroz 2021-11-02 19:18:59 -03:00
parent c44b5952b8
commit 013405d1e6
No known key found for this signature in database
GPG key ID: 229D2DDF7ECA5F8F

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)