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']) ;