return (EX_USAGE);
}
retcode = pkg_create_repo(argv[1], progress, &pos);
printf("Generating repo.sqlite in %s: ", argv[1]);
if (retcode != EPKG_OK) {
printf("can not create repository\n");