Update syncoid

cause raw invocation to print typical/minimal usage example, as per @rriley and @fajarnugraha suggestions
This commit is contained in:
Jim Salter 2016-12-28 11:01:11 -05:00 committed by GitHub
parent d437d9f8df
commit ffa22c9105
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if ($args{'version'}) {
}
if (!(defined $args{'source'} && defined $args{'target'})) {
print 'usage: syncoid [src_user@src_host:]src_pool/src_fs [dst_user@dst_host:]dst_pool/dst_fs'."\n";
print 'usage: syncoid [src_user@src_host:]src_pool/src_dataset [dst_user@dst_host:]dst_pool/dst_dataset'."\n";
exit 127;
}