mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-11-21 02:52:06 +00:00
Make help more selective from binary name
This commit is contained in:
@@ -59,7 +59,7 @@ namespace help {
|
||||
|
||||
cout<<" logo"<<endl; // need confirmation for g410
|
||||
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<<" modifiers"<<endl;
|
||||
if (cmdName != "g410-led") cout<<" multimedia"<<endl;
|
||||
|
||||
Reference in New Issue
Block a user