System.out.println(" --csum-check Files are equated if the name and size are the same. In addition, with this argument, you can optionally compute the CRC32 checksumk to decide if two files are the same.");
System.out.println(" --csum-check Generate the CRC32 checksum during the file download and compare it with the remote checksum after the download is complete. If both the --csum-check and --overwrite options are enabled, local files will be overwritten even if their sizes match the remote files.");
System.out.println(" --no-symlinks Do not restore symbolic links. If not specified, it will try to create (restore) symbolic links. Note: creating symbolic links works only the platforms that support symbolic links, such as Linux or MacOS.");
System.out.println(" --nb-queriers <n> Number of query threads. Defaults to "+unimelb.mf.client.sync.settings.Settings.DEFAULT_NUM_OF_QUERIERS+". Maximum is "+Settings.MAX_NUM_OF_QUERIERS);
System.out.println(" --nb-workers <n> Number of concurrent worker threads to download data. Defaults to "+unimelb.mf.client.sync.settings.Settings.DEFAULT_NUM_OF_WORKERS+". Maximum is "+Settings.MAX_NUM_OF_WORKERS);