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) { |