1
0
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:
MatMoul 2017-02-07 00:25:11 +01:00
parent ed153fed70
commit 4327a5d0e7

View File

@ -70,12 +70,12 @@ namespace help {
cout<<endl;
cout<<endl;
// need confirmation for g410
if (cmdName == "g610-led") {
// need confirmation for g410
if (cmdName == "g410-led") {
cout<<"Group logo :"<<endl;
cout<<" logo (Need confirmation)"<<endl;
cout<<" logo2 (Need confirmation)"<<endl;
} if (cmdName == "g910-led") {
} else if (cmdName == "g910-led") {
cout<<"Group logo :"<<endl;
cout<<" logo"<<endl;
cout<<" logo2"<<endl;