|
@@ -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
|