From 2192c538b3267b2a862236104d87c4f2b5352b09 Mon Sep 17 00:00:00 2001 From: Robert Laszczak Date: Fri, 23 Feb 2024 12:08:39 +0100 Subject: [PATCH] Update tdl/main.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Miłosz Smółka --- tdl/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdl/main.go b/tdl/main.go index d14d9a0..3e419c3 100644 --- a/tdl/main.go +++ b/tdl/main.go @@ -182,7 +182,7 @@ var app = &cli.App{ Name: "clone", Usage: "clone solution files to current directory", ArgsUsage: fmt.Sprintf( - "[executionID from 'Share your solution' in %s]", + "[executionID from 'Share your solution' at %s]", internal.WebsiteAddress, ), Action: func(c *cli.Context) error {