UE_LOG(LogBuildPatchTool,Log,TEXT(" -mode=PatchGeneration Mode that generates patch data for the a new build."));
UE_LOG(LogBuildPatchTool,Log,TEXT(" -mode=Compactify Mode that can clean up unneeded patch data from a given cloud directory with redundant data."));
UE_LOG(LogBuildPatchTool,Log,TEXT(" -mode=Enumeration Mode that outputs the paths to referenced patch data given a single manifest."));
UE_LOG(LogBuildPatchTool,Log,TEXT(" -mode=MergeManifests Mode that can combine two manifest files to create a new one, primarily used to create hotfixes."));
UE_LOG(LogBuildPatchTool,Log,TEXT(" -mode=DiffManifests Mode that can diff two manifests and outputs what chunks would need to be downloaded and some stats."));