浏览代码

Fix path to source file.

drieseng 5 年之前
父节点
当前提交
638a30c521
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Renci.SshNet/SshClient.cs

+ 1 - 1
src/Renci.SshNet/SshClient.cs

@@ -261,7 +261,7 @@ namespace Renci.SshNet
         /// <remarks>This method internally uses asynchronous calls.</remarks>
         /// <example>
         ///     <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Result" language="C#" title="Running simple command" />
-        ///     <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest..cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
+        ///     <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
         /// </example>
         /// <exception cref="ArgumentException">CommandText property is empty.</exception>
         /// <exception cref="T:Renci.SshNet.Common.SshException">Invalid Operation - An existing channel was used to execute this command.</exception>