remove prefix from base64 builtin
[tfcrypt.git] / tfc_error.c
index 2b50807f6071cedbafd386cb3bfcbda51967e0e5..6f994ef7daacc28d9bc675d6058386b2b478de44 100644 (file)
@@ -200,7 +200,7 @@ void usage(void)
                tfc_say("them is specified as \"-\", then reads are performed from stdin.");
                tfc_say("\n");
        }
-       else if (!strcmp(progname, "tfbase64")) {
+       else if (!strcmp(progname, "base64")) {
                is_embedded_prog = YES;
                tfc_say("usage: %s [-ed] [source] [output]", progname);
                tfc_say("\n");