mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
core: fix typo in update control
This commit is contained in:
parent
66a9169e55
commit
60c0b661c3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,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…
Reference in a new issue