1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00

Add -lk (list keys) help)

This commit is contained in:
MatMoul 2016-10-29 15:35:31 +02:00
parent 0a33131ce6
commit e66e6af560

View File

@ -32,6 +32,7 @@ void usage() {
cout<<" -p porfilefile :\tLoad a profile\n"; cout<<" -p porfilefile :\tLoad a profile\n";
cout<<"\n"; cout<<"\n";
cout<<" -h | --help :\t\tthis help message\n"; cout<<" -h | --help :\t\tthis help message\n";
cout<<" -lk | --list-keys :\t\tList keys in groups\n";
cout<<"\n"; cout<<"\n";
cout<<"color formats :\t\tRRGGBB (hex value for red, green and blue)\n"; cout<<"color formats :\t\tRRGGBB (hex value for red, green and blue)\n";
cout<<"\n"; cout<<"\n";