Browse Source

Improve message

Message displayed when we go out of the range, ie when all has been launched.
Leo 10 years ago
parent
commit
bca5082ad7
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/exec_cmd.ml

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## v0.1.4
  + Add new command line option.
    + “-r” can now take a number to start from.
+ + Improve some messages.
 
 ## v0.1.3
  + Correct bug (See commit 4d20125a03c6f8735f39a95bb9e68a0476c89d45).

+ 1 - 1
src/exec_cmd.ml

@@ -43,7 +43,7 @@ let num_cmd_to_cmd ~cmd_list number =
   then
       begin
           (* TODO Make this printing configurable *)
-          printf "Out of range. Do not do anything.";
+          printf "Out of range. All has been launched!";
           ""
       end
   else