fix command alise...

Signed-off-by: j502647092 <jtb1@163.com>
dev
j502647092 2015-09-06 23:57:13 +08:00
parent 5570d82bed
commit 3140f532dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class CommandUpgrade extends BaseCommand {
* @param name
*/
public CommandUpgrade(Yum main) {
super("update");
super("upgrade");
this.main = main;
}