File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,8 +511,8 @@ export class Git extends EventEmitter implements GitEvents {
511511 * @param port - the port to start the server on
512512 * @param options - the options to add extended functionality to the server
513513 * @param options.type - this is either https or http (the default is http)
514- * @param options.key - the key file for the https server
515- * @param options.cert - the cert file for the https server
514+ * @param options.key - private key in PEM format for the https server
515+ * @param options.cert - cert chains in PEM format for the https server
516516 * @param callback - the function to call when server is started or error has occurred
517517 */
518518 listen ( port : number , options ?: GitServerOptions , callback ?: ( ) => void ) : Git {
You can’t perform that action at this time.
0 commit comments