Skip to content

Commit

Permalink
Typo in help text - was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmsonne committed Sep 22, 2024
1 parent d55f294 commit 3ac818e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AzureDevOpsBackup/Class/DisplayHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public static void DisplayGuide()
Console.WriteLine("\t--token <token>: Token to access the API in Azure DevOps (raw token data)");
Console.WriteLine("\t or token.bin: Will use data to access the API in Azure DevOps from encrypted token.bin file");
Console.WriteLine("\t--org: Name of the organization in Azure DevOps");
Console.WriteLine("\t --oldurl: Specify this option if you are using the old organization URL format");
Console.WriteLine(
"\t\t\t (https://organization.visualstudio.com) if you have not updated your organization URL");
Console.WriteLine("\t\t\t to the new format (https://dev.azure.com/{organization})");
Console.WriteLine("\t--backup: Folder where to store the backup(s) - folder with timestamp will be created");
Console.WriteLine("\t--server: IP address or DNS name of the SMTP server");
Console.WriteLine("\t--port: The port for the SMTP server");
Expand Down

0 comments on commit 3ac818e

Please sign in to comment.