Browse Source

fix: caractctère de commande

Martin Passard 7 years ago
parent
commit
dd08ab58c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/actions/Help.java

+ 1 - 1
src/actions/Help.java

@@ -62,6 +62,6 @@ public class Help extends Action {
 	
 	
 	@Override
 	@Override
 	public String help() {
 	public String help() {
-		return "Utilisez +help <commande> Pour avoir les informations sur une commande.";
+		return "Utilisez "+CARACTERE_COMMANDE+"help <commande> Pour avoir les informations sur une commande.";
 	}
 	}
 }
 }