diff --git a/apps/payment/management/commands/give_bonuses.py b/apps/payment/management/commands/give_bonuses.py index a9e7ba60..01479c1d 100644 --- a/apps/payment/management/commands/give_bonuses.py +++ b/apps/payment/management/commands/give_bonuses.py @@ -7,7 +7,7 @@ from apps.user.models import User class Command(BaseCommand): - help = 'Fix payment and author balance amount based on payment.data.effective_price_amount' + help = 'Give to all users with role==USER bonuses in action ' def add_arguments(self, parser): parser.add_argument(