mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2025-09-02 12:46:57 +00:00
@ -23,8 +23,7 @@ public class CommandUpgrade extends BaseCommand {
|
|||||||
public CommandUpgrade(final Yum main) {
|
public CommandUpgrade(final Yum main) {
|
||||||
super("upgrade", "升级插件");
|
super("upgrade", "升级插件");
|
||||||
this.main = main;
|
this.main = main;
|
||||||
setMinimumArguments(1);
|
setPossibleArguments("[插件名称]");
|
||||||
setPossibleArguments("<插件名称>");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user