src/cline.c

changeset 35
35120de6ee53
parent 34
fa9bda32de17
child 36
a7ff583e153f
equal deleted inserted replaced
34:fa9bda32de17 35:35120de6ee53
76 "\n\nExample (C without comments):" 76 "\n\nExample (C without comments):"
77 "\n cline -s .c,.h --exclude-cstyle-comments"); 77 "\n cline -s .c,.h --exclude-cstyle-comments");
78 } 78 }
79 79
80 int exit_with_version(settings_t* settings) { 80 int exit_with_version(settings_t* settings) {
81 printf("cline - Revision: %s\n", VERSION); 81 printf("cline - Version: %s\n", VERSION);
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) {

mercurial