# | Line 741 | Line 741 | int main(int argc, char **argv){ | |
---|---|---|
741 | ihost_state.file_list=NULL; | |
742 | ihost_state.last_modified=NULL; | |
743 | ||
744 | < | while((cmdopt=getopt(argc, argv, "vfhVs:i:")) != -1){ |
744 | > | while((cmdopt=getopt(argc, argv, "vfVn:i:s:p:h")) != -1){ |
745 | switch(cmdopt){ | |
746 | case 'v': | |
747 | ihost_config.verbose++; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |