From a9e0ae9c64a18633d23a835e854dbb5e168425e5 Mon Sep 17 00:00:00 2001 From: zvon Date: Mon, 7 Jan 2019 23:34:22 +0100 Subject: [PATCH] Change order in which help prints arguments --- functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;