mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
rename orders to open
This commit is contained in:
parent
11eab78bd3
commit
4567901b6b
|
@ -48,9 +48,10 @@ case "$command" in
|
|||
me
|
||||
;;
|
||||
|
||||
orders)
|
||||
# open orders
|
||||
open)
|
||||
if [[ $# < 1 ]] ; then
|
||||
echo "$0 orders [market]"
|
||||
echo "$0 open [market]"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user