From 1a6d9c12168f1667452bfe101a674e963a17037b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Sat, 12 Aug 2023 02:16:04 +0200
Subject: [PATCH] ExoRun => Fix description

---
 NodeApp/src/commander/exercice/ExerciceRunCommand.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
index abe40a9..4130206 100644
--- a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
+++ b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
@@ -34,7 +34,7 @@ class ExerciceRunCommand extends CommanderCommand {
 
     protected defineCommand() {
         this.command
-        .description('create a new exercice from an enonce')
+        .description('locally run an exercice')
         .option('-p, --path <value>', 'exercice path', Config.folders.defaultLocalExercice)
         .action(this.commandAction.bind(this));
     }
-- 
GitLab