mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
core: fix typo in update control
This commit is contained in:
parent
36e93e12d6
commit
06d4603bea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pub mod arguments {
|
|||
pub static OPT_UPDATE: &str = "update";
|
||||
pub static OPT_UPDATE_NO_ARG: &str = "u";
|
||||
|
||||
// `--update` argument, defaults to `older` if no values after provided
|
||||
// `--update` argument, defaults to `older` if no values are provided
|
||||
pub fn update() -> clap::Arg {
|
||||
clap::Arg::new(OPT_UPDATE)
|
||||
.long("update")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue