ctrl: --force not supported.

This commit is contained in:
Roger A. Light 2020-12-02 20:39:07 +00:00
parent 6fe3279436
commit d6fe93aa51

View File

@ -731,7 +731,7 @@ int dynsec_init(int argc, char *argv[])
fptr = fopen(filename, "rb");
if(fptr){
fclose(fptr);
fprintf(stderr, "dynsec init: '%s' already exists. Use --force to overwrite.\n", filename);
fprintf(stderr, "dynsec init: '%s' already exists. Remove the file or use a different location..\n", filename);
return -1;
}