Skip to content

Commit

Permalink
Merge branch 'master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
jubois committed Jan 18, 2019
2 parents 4df66a5 + ac1d6d1 commit ae4cc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/agent_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ static void helpmsg()
printf("\t-i <id> Extracts information from an agent.\n");
printf("\t-R <id> Restarts agent.\n");
printf("\t-r -a Runs the integrity/rootkit checking on all agents now.\n");
printf("\t-r -u <id> Runs the integrity/rootkit checking on one agent now.\n\n");
printf("\t-r Runs the integrity/rootkit checking on one agent now.\n\n");
printf("\t-b <ip> Blocks the specified ip address.\n");
printf("\t-f <ar> Used with -b, specifies which response to run.\n");
printf("\t-L List available active responses.\n");
printf("\t-s Changes the output to CSV (comma delimited).\n");
printf("\t-j Changes the output to JSON .\n");
printf("\t-u <id> Used with -r and -b Specifies the agent to use.\n");
exit(1);
}

Expand Down

0 comments on commit ae4cc7d

Please sign in to comment.