fixed missing synopsis in Drive

This commit is contained in:
Djeeberjr 2023-06-25 21:20:52 +02:00
parent 909aac941c
commit 7861135c05

View File

@ -44,7 +44,7 @@ class Disk extends CLIAppBase {
}
return audioDiskPlayPause(args[0], false);
});
},"<drive>");
registerSyncSubcommand("eject", (args)->{
if (args.length < 1){