Update help
This commit is contained in:
parent
eda7c77632
commit
296ca0b7d4
1 changed files with 12 additions and 12 deletions
24
revbank
24
revbank
|
@ -80,18 +80,18 @@ You can press <Enter> after each element to get a follow-up prompt, or separate
|
||||||
individual elements with whitespace.
|
individual elements with whitespace.
|
||||||
|
|
||||||
Valid commands:
|
Valid commands:
|
||||||
<productID> Look up product from database
|
<productID> Look up product from database
|
||||||
<amount> Withdraw or enter price manually
|
<amount> Withdraw or enter price manually
|
||||||
<user> Pay with your account
|
<account> [Pay with your account and] show balance
|
||||||
deposit [<amount>] [Create and] deposit into an account
|
deposit [<amount>] [Create and] deposit into an account
|
||||||
give [<user>] [<amount>] Transfer money to user's account
|
give [<account>] [<amount>] Transfer money to user's account
|
||||||
take [<users>] [<amount>] Take money from users (equal parts)
|
take [<accounts>] [<amount>] Take money from users (equal parts)
|
||||||
list List accounts and balances
|
list List accounts and balances
|
||||||
undo [<id>] Undo a certain transaction
|
undo [<id>] Undo a certain transaction
|
||||||
help The stuff you're looking at right now :)
|
help The stuff you're looking at right now :)
|
||||||
examples Show some usage examples
|
examples Show some usage examples
|
||||||
abort Abort the current transaction
|
abort Abort the current transaction
|
||||||
edit Edit product list
|
edit Edit product list
|
||||||
END
|
END
|
||||||
return ['noop'];
|
return ['noop'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue