mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2024-11-22 22:38:46 +00:00
fix upgrade command...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
c2ccafdabf
commit
6a12579834
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user