diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-02-01 19:52:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-01 19:52:39 +0100 |
| commit | fa3a8108e5c215b3481306f1679432e6b337f6d3 (patch) | |
| tree | 3bf441e681bd1b610b96f73aa9de72407200e6cf /Jellyfin.Server/StartupOptions.cs | |
| parent | 660f6174b32268edf7b9bdb4441eef83b187daaf (diff) | |
Update StartupOptions.cs
Diffstat (limited to 'Jellyfin.Server/StartupOptions.cs')
| -rw-r--r-- | Jellyfin.Server/StartupOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs index 4908d86ed..5d3f7b171 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('C', "configdir", Required = false, HelpText = "Path to use for caching.")] + [Option('C', "cachedir", Required = false, HelpText = "Path to use for caching.")] public string CacheDir { get; set; } [Option('c', "configdir", Required = false, HelpText = "Path to use for configuration data (user settings and pictures).")] |
