mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
core: fix typo in update control
This commit is contained in:
parent
8ad2fa3cc1
commit
898628fa3a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
//! .arg(update_control::arguments::update())
|
||||
//! .arg(update_control::arguments::update_no_args())
|
||||
//! .get_matches_from(vec![
|
||||
//! "commmand", "--update=older"
|
||||
//! "command", "--update=older"
|
||||
//! ]);
|
||||
//!
|
||||
//! let update_mode = update_control::determine_update_mode(&matches);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue