"\t --acls\t\t\tcopies ACLs as well\n"
"\t --attrs\t\t\tcopies DOS Attributes as well\n"
"\t --timestampes\t\tpreserve timestampes while copying files\n"
+ "\t --destination\t\tmigration target server (default: localhost)\n"
"\t-e or --exclude\t\t\tlist of shares to be excluded from mirroring\n"
"\t-v or --verbose\t\t\tgive verbose output\n");
return -1;
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);
d_printf(
- "\t-v or --verbose\t\t\tgive verbose output\n");
+ "\t-v or --verbose\t\t\tgive verbose output\n"
+ "\t --destination\t\tmigration target server (default: localhost)\n");
return -1;
}