From 45a8b577229b4f424be0407dd916f7ad0b1fec81 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Thu, 13 May 2021 16:28:20 +0530 Subject: [PATCH] Update tutorial.cpp --- src/tutorial.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tutorial.cpp b/src/tutorial.cpp index 9637819..bd8d442 100644 --- a/src/tutorial.cpp +++ b/src/tutorial.cpp @@ -185,11 +185,12 @@ int roosh_tutorial() cout << YELLOW << "\t\tWelcome to Roosh Tutorial!!!" << RESET << endl; cout << endl; - cout << "\tOur Tutorial only provides a basic usage overview of most commonly used commands in linux." << endl; - cout << "\tTo know more about any command you can always use " << RED << "'man command'" << RESET << " in Roosh Input prompt." << endl; + cout << "Our Tutorial only provides a basic usage overview of most commonly used commands in linux." << endl; + cout << "To know more about any command you can always use " << RED << "'man command'" << RESET << " in Roosh Input prompt." << endl; cout << endl; cout << "We have also provided certain test levels to test your understanding of tutorial content." << endl; cout << "Levels can be accessed by using " << RED << "'tutorial level [level-number]'" << RESET << " command." << endl; + cout << endl; cout << "You have to find password hidden inside level and submit it using: \n\t" << RED << "'tutorial level [level-number] password'"; cout << RESET << " command and enterning the password." << endl; cout << endl; @@ -220,4 +221,4 @@ int roosh_tutorial() exit_tut = write_tutorial("gitcmdlist.txt"); return 1; -} \ No newline at end of file +}