mirror of
https://github.com/uutils/coreutils
synced 2025-01-21 01:24:40 +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())
|
||||||
//! .arg(update_control::arguments::update_no_args())
|
//! .arg(update_control::arguments::update_no_args())
|
||||||
//! .get_matches_from(vec![
|
//! .get_matches_from(vec![
|
||||||
//! "commmand", "--update=older"
|
//! "command", "--update=older"
|
||||||
//! ]);
|
//! ]);
|
||||||
//!
|
//!
|
||||||
//! let update_mode = update_control::determine_update_mode(&matches);
|
//! let update_mode = update_control::determine_update_mode(&matches);
|
||||||
|
|
Loading…
Reference in a new issue