diff --git a/App/Sources/Options/AppOptions.swift b/App/Sources/Options/AppOptions.swift index 9e2cef0..22547cf 100644 --- a/App/Sources/Options/AppOptions.swift +++ b/App/Sources/Options/AppOptions.swift @@ -11,9 +11,9 @@ extension Doxy { /// A path to the location of the DocC archives in the local file system. @Option( name: .long, - help: "A path to the location of the DocC archives in the local file system. Defaults to `Resources/Archives`." + help: "A path to the location of the DocC archives in the local file system." ) - var archivesPath: String = "Resources/Archives" + var archivesPath: String /// A hostname to bind the application to. @Option(