The syntax for parallel bulk copy is:
bcp table_name[:partition_number] in file_name -Pmypassword
where:
table_name is the name of the table into which you are copying the data
partition_number is the number of the partition into which you are copying
file_name is the host file that contains the data
mypassword is your password