Improve help message

This commit is contained in:
dokutan 2020-02-08 04:49:57 +01:00
parent 357dcdc5f6
commit c035c464a2

View file

@ -20,7 +20,11 @@
//prints a help message
void print_help(){
std::cout << "mouse_m908: Control the Redragon M908 Impact gaming mouse.\n";
std::cout << "GPLv3 or later.\n\n";
std::cout << "Options:\n\n";
std::cout << "-h --help\n\tDisplays this message.\n";
std::cout << "-c --config\n\tLoads and applies settings from specified file.\n";
std::cout << "-p --profile\n\tSets currently active profile (1-5).\n";