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:36:14 +02:00
parent e66e6af560
commit 0068071c0c

View File

@ -32,7 +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<<" -lk | --list-keys :\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";