From fa3a8108e5c215b3481306f1679432e6b337f6d3 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 1 Feb 2019 19:52:39 +0100 Subject: [PATCH] Update StartupOptions.cs --- Jellyfin.Server/StartupOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Server/StartupOptions.cs b/Jellyfin.Server/StartupOptions.cs index 4908d86ed6..5d3f7b171b 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).")]