Moved most of the command line logic to the shell script
[citadel.git] / citadel / server_main.c
index 6a4e224562e1655815965f4bb852bb705a440c7f..b08d070f32cf3836e56832db7edbc561a23ca03a 100644 (file)
@@ -97,7 +97,7 @@ int main(int argc, char **argv)
 
                // test this binary for compatibility and exit
                case 'c':
-                       fprintf(stderr, "%d: binary compatibility confirmed\n", argv[0]);
+                       fprintf(stderr, "%s: binary compatibility confirmed\n", argv[0]);
                        exit(0);
                        break;