Change order in which help prints arguments
This commit is contained in:
parent
7797c8fd32
commit
a9e0ae9c64
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user