X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fctdldump.c;h=9c1c0ebd0d1a7abf4455d70e844eeea25670ef4f;hb=485e3af63146f7c8a9f8d5688c73ba65bd002794;hp=1605ae9e3f21f78f2a9fdf867e544ddae57b362f;hpb=bac39b0ae1ff3cac8ce79dce12af06b887dda666;p=citadel.git diff --git a/citadel/utils/ctdldump.c b/citadel/utils/ctdldump.c index 1605ae9e3..9c1c0ebd0 100644 --- a/citadel/utils/ctdldump.c +++ b/citadel/utils/ctdldump.c @@ -359,12 +359,14 @@ int main(int argc, char **argv) { char *ctdldir = CTDLDIR; // display the greeting - fprintf(stderr, "\033[44m\033[33m\033[1m \033[K\033[0m\n" - "\033[44m\033[33m\033[1m DB Dump utility for Citadel \033[K\033[0m\n" - "\033[44m\033[33m\033[1m Copyright (c) 2023-2024 by citadel.org et al. \033[K\033[0m\n" - "\033[44m\033[33m\033[1m This program is open source software. Use, duplication, or disclosure \033[K\033[0m\n" - "\033[44m\033[33m\033[1m is subject to the terms of the GNU General Public license v3. \033[K\033[0m\n" - "\033[44m\033[33m\033[1m \033[K\033[0m\n"); + 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" + ); // Parse command line int a;