File tree Expand file tree Collapse file tree
VirtualClient.Dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public bool WithPrivateKey
8282 }
8383
8484 /// <summary>
85- ///
85+ /// Gets the directory where the certificate will be exported. If not provided, the certificate will not be exported to a file.
8686 /// </summary>
8787 public string CertificateDownloadDir
8888 {
Original file line number Diff line number Diff line change @@ -665,8 +665,8 @@ public static Option CreateCertificateDownloadDirectoryOption(bool required = fa
665665 Option < string > option = new Option < string > ( new string [ ] { "--certificateDownloadDir" , "--certDownloadDir" } )
666666 {
667667 Name = "CertificateDownloadDir" ,
668- Description = "Set (optional) directory path which certificates downloaded from Key Vault can be saved." ,
669- ArgumentHelpName = "tid " ,
668+ Description = "Defines the directory where certificates downloaded from Key Vault will be saved." ,
669+ ArgumentHelpName = "path " ,
670670 AllowMultipleArgumentsPerToken = false
671671 } ;
672672
You can’t perform that action at this time.
0 commit comments