mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
Document process_arguments a little bit better
This commit is contained in:
parent
2752f91099
commit
d2a05e0d12
1 changed files with 4 additions and 1 deletions
|
|
@ -195,7 +195,10 @@ test_file (char *path)
|
|||
usage2 (_("file does not exist or is not readable"), path);
|
||||
}
|
||||
|
||||
/* process command-line arguments */
|
||||
/*
|
||||
* process command-line arguments
|
||||
* returns true on succes, false otherwise
|
||||
*/
|
||||
bool process_arguments (int argc, char **argv)
|
||||
{
|
||||
int c = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue