From bd321b91331faaffa7c08bd0aea00d4647729fe9 Mon Sep 17 00:00:00 2001 From: bricebou Date: Fri, 29 Apr 2022 09:34:09 +0200 Subject: [PATCH] Correction commentaire --- src/Command/CoreListerVersions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/CoreListerVersions.php b/src/Command/CoreListerVersions.php index 8501921..e0b820a 100644 --- a/src/Command/CoreListerVersions.php +++ b/src/Command/CoreListerVersions.php @@ -23,7 +23,7 @@ class CoreListerVersions extends Command { 't', InputOption::VALUE_OPTIONAL, 'tags ou branches ?', - 'tags' // Par défaut, tout + 'tags' // Par défaut, les tags ) ->setAliases(['versions']) ;