File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ public SshCommand CreateCommand(string commandText, Encoding encoding)
261
261
/// <remarks>This method internally uses asynchronous calls.</remarks>
262
262
/// <example>
263
263
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Result" language="C#" title="Running simple command" />
264
- /// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.. cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
264
+ /// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
265
265
/// </example>
266
266
/// <exception cref="ArgumentException">CommandText property is empty.</exception>
267
267
/// <exception cref="T:Renci.SshNet.Common.SshException">Invalid Operation - An existing channel was used to execute this command.</exception>
You can’t perform that action at this time.
0 commit comments