mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
Make help more selective from binary name
This commit is contained in:
parent
b87c2595a7
commit
ed153fed70
@ -59,7 +59,7 @@ namespace help {
|
|||||||
|
|
||||||
cout<<" logo"<<endl; // need confirmation for g410
|
cout<<" logo"<<endl; // need confirmation for g410
|
||||||
if (cmdName != "g410-led") cout<<" indicators"<<endl;
|
if (cmdName != "g410-led") cout<<" indicators"<<endl;
|
||||||
if (cmdName != "g910-led") cout<<" gkeys"<<endl;
|
if (cmdName == "g910-led") cout<<" gkeys"<<endl;
|
||||||
cout<<" fkeys"<<endl;
|
cout<<" fkeys"<<endl;
|
||||||
cout<<" modifiers"<<endl;
|
cout<<" modifiers"<<endl;
|
||||||
if (cmdName != "g410-led") cout<<" multimedia"<<endl;
|
if (cmdName != "g410-led") cout<<" multimedia"<<endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user