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

Add missing -p argument help

This commit is contained in:
Sebastien Delestaing 2019-04-02 10:33:20 +02:00
parent b402e367ad
commit b39e899101

View File

@ -80,6 +80,8 @@ namespace help {
cout<<" -fx-store ...\t\t\t\tSet an on-board effect as user-stored lighting"<<endl; 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<<" \t\t\t\tUse --help-effects for more detail"<<endl;
cout<<endl; cout<<endl;
cout<<" -p {profile}\t\t\t\tSet a profile from a file (use --help-samples 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<<" < {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<<" |\t\t\t\t\tSet a profile from stdin (for scripting) (use --help-samples for more detail)"<<endl;
cout<<endl; cout<<endl;