X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=blobdiff_plain;f=ctdlvisor.c;fp=ctdlvisor.c;h=25a23119c26668f9a9188e7395faf7db1af56c5f;hp=d1d024e934ff86e276aea6f41508ba5f734b67b4;hb=aef7ba1ecb6d7f2a60e14e8d98272ae82520f96d;hpb=262b63fcae0c7e15bc824bcc90fa69342f33be70 diff --git a/ctdlvisor.c b/ctdlvisor.c index d1d024e..25a2311 100644 --- a/ctdlvisor.c +++ b/ctdlvisor.c @@ -2,7 +2,7 @@ // the various Citadel System components, when we are running in // a container. // -// Copyright (c) 2021 by the citadel.org team +// Copyright (c) 2021-2023 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -217,7 +217,7 @@ int main(int argc, char **argv) { // test this binary for compatibility and exit case 'c': - fprintf(stderr, "%s: binary compatibility confirmed\n", argv[0]); + fprintf(stderr, "%s: binary compatibility CONFIRMED! You CAN run Citadel in a container on this system.\n", argv[0]); exit(0); break;