mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-04-04 15:21:45 +00:00
Fix help on how to set a profile
This commit is contained in:
parent
b402e367ad
commit
f6ea283507
@ -80,7 +80,7 @@ namespace help {
|
||||
cout<<" -fx-store ...\t\t\t\tSet an on-board effect as user-stored lighting"<<endl;
|
||||
cout<<" \t\t\t\tUse --help-effects for more detail"<<endl;
|
||||
cout<<endl;
|
||||
cout<<" < {profile}\t\t\t\tSet a profile from a file (use --help-samples for more detail)"<<endl;
|
||||
cout<<" -p {profile}\t\t\t\tSet a profile from a file (use --help-samples for more detail)"<<endl;
|
||||
cout<<" |\t\t\t\t\tSet a profile from stdin (for scripting) (use --help-samples for more detail)"<<endl;
|
||||
cout<<endl;
|
||||
if((features | KeyboardFeatures::poweronfx) == features) {
|
||||
|
Loading…
Reference in New Issue
Block a user