shorthelp 1969 src/simh/scp.c int shorthelp = strcmp(argv[i], "-h"); shorthelp 1970 src/simh/scp.c if (shorthelp != 0) shorthelp = strcmp(argv[i], "-H"); shorthelp 1971 src/simh/scp.c if (longhelp == 0 || shorthelp == 0) {