Skip to content

Commit

Permalink
Rephrased input message.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmoizhussain committed Jun 5, 2022
1 parent ee58fe0 commit 26ca20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function StartUp() {
}

async function Program() {
const { value: video_url } = await inquirer.prompt([{ type: "input", name: "value", message: "Enter video link/URL:" }]);
const { value: video_url } = await inquirer.prompt([{ type: "input", name: "value", message: "Enter video link (Right-Click in black area to paste):" }]);

console.log("\nTrying to fetch video information..");
logger.info("Trying to fetch video information: %s", video_url);
Expand Down

0 comments on commit 26ca20d

Please sign in to comment.