Update StartupOptions.cs

This commit is contained in:
Bond-009 2019-02-01 19:52:39 +01:00 committed by GitHub
parent 660f6174b3
commit fa3a8108e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).")]