diff --git a/main.js b/main.js index fa5ab5d..eca5afd 100644 --- a/main.js +++ b/main.js @@ -104,7 +104,7 @@ const .action(() => adb('monkey -p com.spotify.music 1')); program .command('mpv') - .description('Launch MPV') + .description('Play media on MPV') .argument('', 'Media URL') .action(url => adb(`am start -a android.intent.action.VIEW -d ${url} -t video/any is.xyz.mpv`)); program