Skip to content

Commit 540c319

Browse files
author
begoldsm
committed
missed in last commit.
1 parent 4b40f29 commit 540c319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands/ImportAzureRmDataLakeStoreItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class ImportAzureDataLakeStoreItem : DataLakeStoreFileSystemCmdletBase
6363
public SwitchParameter ForceBinary { get; set; }
6464

6565
[Parameter(ValueFromPipelineByPropertyName = true, Position = 6, Mandatory = false,
66-
HelpMessage = "Indicates the maximum per file thread count. Default is 10")]
66+
HelpMessage = "Indicates the maximum number of threads to use per file. Default is 10")]
6767
public int PerFileThreadCount
6868
{
6969
get { return numThreadsPerFile; }

0 commit comments

Comments
 (0)