浏览代码

Update Emby.Server.Implementations/IStartupOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Neil Burrows 5 年之前
父节点
当前提交
a646a91e15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/IStartupOptions.cs

+ 1 - 1
Emby.Server.Implementations/IStartupOptions.cs

@@ -40,7 +40,7 @@ namespace Emby.Server.Implementations
         string PluginManifestUrl { get; }
 
         /// <summary>
-        /// Gets the value of the --auto-discover-publish-url command line option.
+        /// Gets the value of the --published-server-url command line option.
         /// </summary>
         Uri PublishedServerUrl { get; }
     }