core: fix typo in update control

This commit is contained in:
John Shin 2023-05-01 17:22:08 -07:00
parent 66a9169e55
commit 60c0b661c3

View file

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