Parcourir la source

Improve message displayed when all has been launched

Leo il y a 10 ans
Parent
commit
22376f69d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/exec_cmd.ml

+ 1 - 1
src/exec_cmd.ml

@@ -54,7 +54,7 @@ let num_cmd_to_cmd ~cmd_list number =
        * an empty string after displaying error. *)
       | Some x -> set_title x; x
       (* TODO Make this printing configurable *)
-      | None -> printf "Out of range. All has been launched!\n"; ""
+      | None -> printf "All has been launched!\n"; ""
 ;;
 
 (* Function to determinate what is the next command to