@ -295,7 +295,7 @@ int main(int argc, char** argv) {
printVersionFlag();
break;
case's':
if(strcmp(optarg,"help")){
if(strcmp(optarg,"help")==0){
for(intj=1;j<LAST_PROCESSFIELD;j++)
printf("%s\n",Process_fieldNames[j]);
exit(0);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.