aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/StartupOptions.cs
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-03-12 09:18:45 -0400
committerJoshua Boniface <joshua@boniface.me>2019-03-12 09:18:45 -0400
commit3c4043199accbfe7995dd6060c89fc837300884a (patch)
treecc97b27018fa353ca6e309bc16d32f526fa89078 /Jellyfin.Server/StartupOptions.cs
parent5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (diff)
Implement review feedback
Diffstat (limited to 'Jellyfin.Server/StartupOptions.cs')
-rw-r--r--Jellyfin.Server/StartupOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs
index 2b01c7bbd..345a8a731 100644
--- a/Jellyfin.Server/StartupOptions.cs
+++ b/Jellyfin.Server/StartupOptions.cs
@@ -11,7 +11,7 @@ namespace Jellyfin.Server
[Option('d', "datadir", Required = false, HelpText = "Path to use for the data folder (database files, etc.).")]
public string DataDir { get; set; }
- [Option('w', "webdir", Required = false, HelpText = "Path to the Jellyfin web resources.")]
+ [Option('w', "webdir", Required = false, HelpText = "Path to the Jellyfin web UI resources.")]
public string WebDir { get; set; }
[Option('C', "cachedir", Required = false, HelpText = "Path to use for caching.")]