---------------------------------------------------------------------
| 43 | |
| 44 | //--------------------------------------------------------------------- |
| 45 | std::string GetUnifiedDiffHelp() |
| 46 | { |
| 47 | return std::string("Format: <unifiedDiffPath>") + |
| 48 | OptionsParser::PathSeparator + |
| 49 | "<rootFolder>\n" + |
| 50 | "<unifiedDiffPath> path of the unified diff file. " + |
| 51 | "Git users can use git diff output.\n" + |
| 52 | "<rootFolder> (optional) root folder for paths in the diff file.\n" + |
| 53 | "See documentation for limitations."; |
| 54 | } |
| 55 | |
| 56 | //--------------------------------------------------------------------- |
| 57 | void |
no outgoing calls
no test coverage detected