From 1748345cf49ca76ca1fd3747a9048b9d4276aa1e Mon Sep 17 00:00:00 2001 From: Gabriel Dornas Date: Fri, 26 Jul 2024 17:47:45 -0300 Subject: [PATCH] Melhor texto help comando task up --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ac8c83..15e7386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [tool.taskipy.tasks] -up = { cmd = "git pull upstream main -X ours", help = "Realiza pull no remote Upstream para realização dos exercícios." } +up = { cmd = "git pull upstream main -X ours", help = "Realiza pull no remote Upstream (automatiza-mg)." }