diff --git a/wmcpufreq/wmcpufreq/wmcpufreq.c b/wmcpufreq/wmcpufreq/wmcpufreq.c index f1bad12..e63ae95 100644 --- a/wmcpufreq/wmcpufreq/wmcpufreq.c +++ b/wmcpufreq/wmcpufreq/wmcpufreq.c @@ -86,6 +86,8 @@ int main(int argc, char *argv[]) strcpy(prg,argv[i+1]); break; } + printf("only -v and -exe supported \n"); + exit(0); } } /* get driver name (guess all cpu have the same driver) */