diff --git a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts index abe40a94c61310827a2fb709ac4fabf691b567cc..413020649e600349ddd7310ac4d4a15bad020cd8 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)); }