From 3ac818e02747d2464450f7bb242eb4db9d696f78 Mon Sep 17 00:00:00 2001 From: Michael Morten Sonne Date: Sun, 22 Sep 2024 18:18:28 +0200 Subject: [PATCH] Typo in help text - was missing --- AzureDevOpsBackup/Class/DisplayHelp.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AzureDevOpsBackup/Class/DisplayHelp.cs b/AzureDevOpsBackup/Class/DisplayHelp.cs index 08b024f..f514a31 100644 --- a/AzureDevOpsBackup/Class/DisplayHelp.cs +++ b/AzureDevOpsBackup/Class/DisplayHelp.cs @@ -22,6 +22,10 @@ public static void DisplayGuide() Console.WriteLine("\t--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");