diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_http.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 0f652ef8..6c6810fe 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
| @@ -195,7 +195,10 @@ test_file (char *path) | |||
| 195 | usage2 (_("file does not exist or is not readable"), path); | 195 | usage2 (_("file does not exist or is not readable"), path); |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | /* process command-line arguments */ | 198 | /* |
| 199 | * process command-line arguments | ||
| 200 | * returns true on succes, false otherwise | ||
| 201 | */ | ||
| 199 | bool process_arguments (int argc, char **argv) | 202 | bool process_arguments (int argc, char **argv) |
| 200 | { | 203 | { |
| 201 | int c = 1; | 204 | int c = 1; |
