@ -24,7 +24,7 @@ main(int argc, char *argv[])
{
int opt;
while ((opt = getopt(argv,argv, ":if:hv")) != -1) {
while ((opt = getopt(argc,argv, ":if:hv")) != -1) {
switch(opt) {
case 'h':
usage(argc, argv);
The note is not visible to the blocked user.