Skip to content

Commit

Permalink
Update plugins/check_procs.c
Browse files Browse the repository at this point in the history
added missing longopt --user
  • Loading branch information
Joerg Linge authored and sni committed Feb 27, 2013
1 parent 5fce5ce commit e0eb2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/check_procs.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ process_arguments (int argc, char **argv)
{"timeout", required_argument, 0, 't'},
{"status", required_argument, 0, 's'},
{"ppid", required_argument, 0, 'p'},
{"user", required_argument, 0, 'u'},
{"command", required_argument, 0, 'C'},
{"vsz", required_argument, 0, 'z'},
{"rss", required_argument, 0, 'r'},
Expand Down

0 comments on commit e0eb2eb

Please sign in to comment.