core: fix typo in update control

This commit is contained in:
John Shin 2023-05-02 13:54:31 -07:00
parent 8ad2fa3cc1
commit 898628fa3a

View file

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