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:
parent
c44b5952b8
commit
013405d1e6
1 changed files with 1 additions and 1 deletions
2
src/uu/env/src/env.rs
vendored
2
src/uu/env/src/env.rs
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue