src/cline.c

changeset 50
63477d92411d
parent 48
0d2c13c24fd0
child 57
68018eac46c3
equal deleted inserted replaced
49:08b780ecc611 50:63477d92411d
82 destroy_settings_t(settings); 82 destroy_settings_t(settings);
83 return 0; 83 return 0;
84 } 84 }
85 85
86 int exit_with_help(settings_t* settings, int code) { 86 int exit_with_help(settings_t* settings, int code) {
87 printf("cline - Version: " VERSION "\n\n"); 87 printf("cline - Version: " VERSION "\n");
88 printHelpText(); 88 printHelpText();
89 destroy_settings_t(settings); 89 destroy_settings_t(settings);
90 return code; 90 return code;
91 } 91 }
92 92

mercurial