Skip to content

Commit

Permalink
Update tutorial.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
namanjain-iitr committed May 13, 2021
1 parent c806505 commit 45a8b57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -220,4 +221,4 @@ int roosh_tutorial()
exit_tut = write_tutorial("gitcmdlist.txt");

return 1;
}
}

0 comments on commit 45a8b57

Please sign in to comment.