Skip to content

Commit

Permalink
update usage hint
Browse files Browse the repository at this point in the history
fdibartolo committed Nov 29, 2018
1 parent bc7746c commit c9f0865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/transfer.ex
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ defmodule Mix.Tasks.Blexchain.Transfer do

case body |> Map.keys |> Enum.sort == [:amount, :from, :to] do
true -> request(body)
false -> IO.puts "All three args must be provided; i.e 'mix blexchain.transfer from:1234 to:2345 amount:100'"
false -> IO.puts "All three args must be provided; i.e 'docker exec <CONTAINER> mix blexchain.transfer from:1.2.3.4 to:2.3.4.5 amount:100'"
end
end

0 comments on commit c9f0865

Please sign in to comment.