1
Fork 0
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:
John Shin 2023-05-02 12:40:04 -07:00
parent 36e93e12d6
commit 06d4603bea

View file

@ -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")