Преглед на файлове

Update StartupOptions.cs

Bond-009 преди 6 години
родител
ревизия
fa3a8108e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Jellyfin.Server/StartupOptions.cs

+ 1 - 1
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.).")]
         [Option('d', "datadir", Required = false, HelpText = "Path to use for the data folder (database files, etc.).")]
         public string DataDir { get; set; }
         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; }
         public string CacheDir { get; set; }
 
 
         [Option('c', "configdir", Required = false, HelpText = "Path to use for configuration data (user settings and pictures).")]
         [Option('c', "configdir", Required = false, HelpText = "Path to use for configuration data (user settings and pictures).")]