X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fctdldump.c;h=92966136ad0429d367dbf1347fe06dc970848616;hb=f6a999b21a38678a1771eb5ba50d2912582acf30;hp=aac23fcc8767c0d5b5207b46a230c65720322ec6;hpb=9a1be8e36d2c3398ebe4b2958beb9d7192d05503;p=citadel.git diff --git a/citadel/utils/ctdldump.c b/citadel/utils/ctdldump.c index aac23fcc8..92966136a 100644 --- a/citadel/utils/ctdldump.c +++ b/citadel/utils/ctdldump.c @@ -359,13 +359,14 @@ int main(int argc, char **argv) { char *ctdldir = CTDLDIR; // display the greeting - fprintf(stderr, "\033[44m\033[1m" - "╔════════════════════════════════════════════════════════════════════════╗\n" - "║ DB Dump utility for Citadel ║\n" - "║ Copyright (c) 2023-2024 by citadel.org et al. ║\n" - "║ This program is open source software. Use, duplication, or disclosure ║\n" - "║ is subject to the terms of the GNU General Public license v3. ║\n" - "╚════════════════════════════════════════════════════════════════════════╝\033[0m\n" + fprintf(stderr, + "\033[44m\033[1m╔════════════════════════════════════════════════════════════════════════╗\033[0m\n" + "\033[44m\033[1m║ DB Dump utility for Citadel version %-4d ║\033[0m\n" + "\033[44m\033[1m║ Copyright (c) 2023-2024 by citadel.org et al. ║\033[0m\n" + "\033[44m\033[1m║ This program is open source software. Use, duplication, or disclosure ║\033[0m\n" + "\033[44m\033[1m║ is subject to the terms of the GNU General Public license v3. ║\033[0m\n" + "\033[44m\033[1m╚════════════════════════════════════════════════════════════════════════╝\033[0m\n", + REV_LEVEL ); // Parse command line