diff --git a/functions.cpp b/functions.cpp index 0df8795..e23147e 100644 --- a/functions.cpp +++ b/functions.cpp @@ -155,9 +155,9 @@ void printHelp() { std::cout << "\t\t\tSeason number/s (if multiple seasons, put them in" << std::endl; std::cout << "\t\t\tquotation marks and seperate by one space)" << std::endl; std::cout << "\t\t\tor 'all' for all seasons in selected subdirectory" << std::endl; - std::cout << " --correct-path, -c\tThis is the correct path, stop asking me!" << std::endl; std::cout << " --show-path show path, -p show path" << std::endl; std::cout << "\t\t\tPath of the directory with episodes" << std::endl; + std::cout << " --correct-path, -c\tThis is the correct path, stop asking me!" << std::endl; std::cout << " --trust, -t\t\tDon't ask whether the names are correct" << std::endl; std::cout << " --linux, -x\t\tDon't replace characters characters that are illegal in Windows" << std::endl; std::cout << " --lang language, -l language" << std::endl;