aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Burrows <neil@pawprint.co.uk>2020-05-20 14:29:18 +0100
committerGitHub <noreply@github.com>2020-05-20 14:29:18 +0100
commita646a91e158de8f26cc24e6b87d4a665942c28d9 (patch)
tree4313fcc2abb6834305e8e6449e63bd9dfc9a912b
parentd7b2c2a17626e75ebb202fc9fa1186a88f670eec (diff)
Update Emby.Server.Implementations/IStartupOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/IStartupOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IStartupOptions.cs b/Emby.Server.Implementations/IStartupOptions.cs
index 5d22bfddc..acae702f3 100644
--- a/Emby.Server.Implementations/IStartupOptions.cs
+++ b/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; }
}