dice: clarify the amount is in monero

This commit is contained in:
moneromooo 2015-01-17 15:53:46 +00:00
parent 75bf15a321
commit 41e00ad742
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ RegisterModule({
RegisterCommand({
'module': __name__,
'name': 'dice',
'parms': '<amount> <multiplier> [over|under]',
'parms': '<amount-in-monero> <multiplier> [over|under]',
'function': Dice,
'registered': True,
'help': "play a dice game - house edge %.1f%%" % (float(config.dice_edge)*100)