| 162 | } |
| 163 | |
| 164 | static void usage(const char* procname) |
| 165 | { |
| 166 | logger("usage: %s -h [help]\r\n" |
| 167 | " -t type[dir|file|all|diff]\r\n" |
| 168 | " -s source path\r\n" |
| 169 | " -d destination path\r\n" |
| 170 | " -e file_types\r\n" |
| 171 | " -A [show all status including same files]\r\n" |
| 172 | " -I [if ignore the files not included in destination path]\r\n" |
| 173 | " -r [if recursive, default: false]\r\n" |
| 174 | " -a [if get fullpath, default: false]\r\n", procname); |
| 175 | } |
| 176 | |
| 177 | int main(int argc, char* argv[]) |
| 178 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…