diff --git a/revbank b/revbank index 1d08f90..26f1a17 100755 --- a/revbank +++ b/revbank @@ -80,18 +80,18 @@ You can press after each element to get a follow-up prompt, or separate individual elements with whitespace. Valid commands: - Look up product from database - Withdraw or enter price manually - Pay with your account - deposit [] [Create and] deposit into an account - give [] [] Transfer money to user's account - take [] [] Take money from users (equal parts) - list List accounts and balances - undo [] Undo a certain transaction - help The stuff you're looking at right now :) - examples Show some usage examples - abort Abort the current transaction - edit Edit product list + Look up product from database + Withdraw or enter price manually + [Pay with your account and] show balance + deposit [] [Create and] deposit into an account + give [] [] Transfer money to user's account + take [] [] Take money from users (equal parts) + list List accounts and balances + undo [] Undo a certain transaction + help The stuff you're looking at right now :) + examples Show some usage examples + abort Abort the current transaction + edit Edit product list END return ['noop']; }