Browse Source

Improve message displayed when all has been launched

Leo 10 years ago
parent
commit
22376f69d2
1 changed files with 1 additions and 1 deletions
  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