Fixed mixed up upgrade and update commands

This commit is contained in:
Beefki 2017-10-13 15:23:21 -05:00
parent 4da3895bbe
commit 9d9707d5d7

View File

@ -24,8 +24,8 @@ impl Management {
"-S" => Some(Management::Install),
"-R" => Some(Management::Uninstall),
"-Rdns" => Some(Management::Remove),
"-Sy" => Some(Management::Upgrade),
"-Su" => Some(Management::Update),
"-Su" => Some(Management::Upgrade),
"-Sy" => Some(Management::Update),
"-Syu" => Some(Management::Full),
"-Sc" => Some(Management::Clear),
"-Scc" => Some(Management::CompleteClear),