Skip to content

Commit

Permalink
ctrl: --force not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Dec 2, 2020
1 parent 6fe3279 commit d6fe93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mosquitto_ctrl/dynsec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d6fe93a

Please sign in to comment.