Skip to content

Commit 51a4e62

Browse files
Nirjan Chapagainnchapagain001
authored andcommitted
Adding comments
1 parent fa57893 commit 51a4e62

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/VirtualClient/VirtualClient.Dependencies/CertificateInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/VirtualClient/VirtualClient.Main/OptionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)