1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Set V 0.2.0 Branch

This commit is contained in:
MatMoul 2017-03-11 21:34:17 +01:00
parent e233ad903f
commit 3c4c2ceef0

View File

@ -8,7 +8,7 @@ using namespace std;
namespace help {
string version = "0.1.1";
string version = "0.2.0";
void usage(char *arg0) {
string cmdName = utils::getCmdName(arg0);
@ -29,10 +29,6 @@ namespace help {
cout<<" -an {color}\t\t\t\tSet all keys color without commit"<<endl;
cout<<" -gn {keygroup} {color}\t\tSet key group color without commit"<<endl;
cout<<" -kn {key} {color}\t\t\tSet key color without commit"<<endl;
if (cmdName == "g910-led") {
cout<<" -mrn {value}\t\t\t\tSet MR key without commit"<<endl;
cout<<" -mnn {value}\t\t\t\tSet MN key without commit"<<endl;
}
cout<<" -c\t\t\t\t\tCommit change"<<endl;
cout<<endl;
cout<<" -fx ...\t\t\t\tUse --help-effects for more detail"<<endl;