|
@@ -57,7 +57,7 @@ let run ~rc cmd_number =
|
|
|> function
|
|
|> function
|
|
| None -> (* If no command was found, all has been launched *)
|
|
| None -> (* If no command was found, all has been launched *)
|
|
Messages.ok "All has been launched!";
|
|
Messages.ok "All has been launched!";
|
|
- Messages.tips "You can reset with 'reset' subcommand";
|
|
|
|
|
|
+ Messages.tips "You can reset with 'reset-all' subcommand";
|
|
Lock.remove ()
|
|
Lock.remove ()
|
|
| Some cmd_to_exec -> Exec_cmd.execute cmd_to_exec;
|
|
| Some cmd_to_exec -> Exec_cmd.execute cmd_to_exec;
|
|
end
|
|
end
|