X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=tfcrypt.c;h=aa7db33eacba393d5f52be7495bdd184ac2a919b;hb=e48de7c114fc724a6c1e45fd8716dc6111d01372;hp=6b9055f346b7def9984a34863a86cc15cff6f577;hpb=f98c367a4cf1ed9f0c6d7620e3f1988596945495;p=tfcrypt.git diff --git a/tfcrypt.c b/tfcrypt.c index 6b9055f..aa7db33 100644 --- a/tfcrypt.c +++ b/tfcrypt.c @@ -332,6 +332,8 @@ _baddfname: do_full_key = YES; else if (!strcmp(s, "showsecrets")) show_secrets = YES; + else if (!strcmp(s, "finished")) + show_when_done = YES; else if (!strncmp(s, "logfile", 7) && *(s+7) == '=') open_log(s+8); else if (!strncmp(s, "iobs", 4) && *(s+4) == '=') {