fixed missing synopsis in Drive
This commit is contained in:
parent
909aac941c
commit
7861135c05
@ -44,7 +44,7 @@ class Disk extends CLIAppBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return audioDiskPlayPause(args[0], false);
|
return audioDiskPlayPause(args[0], false);
|
||||||
});
|
},"<drive>");
|
||||||
|
|
||||||
registerSyncSubcommand("eject", (args)->{
|
registerSyncSubcommand("eject", (args)->{
|
||||||
if (args.length < 1){
|
if (args.length < 1){
|
||||||
|
Loading…
Reference in New Issue
Block a user