Browse Source

Update Emby.Server.Implementations/IStartupOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
Neil Burrows 5 years ago
parent
commit
a646a91e15
1 changed files with 1 additions and 1 deletions
  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; }
         string PluginManifestUrl { get; }
 
 
         /// <summary>
         /// <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>
         /// </summary>
         Uri PublishedServerUrl { get; }
         Uri PublishedServerUrl { get; }
     }
     }