Skip to content

Commit 88318e5

Browse files
committed
Correct helptext
1 parent 6a889ee commit 88318e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/creditor/management/commands/generate_membershipfees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class Command(BaseCommand):
11-
help = 'generate randomised (member) tokens'
11+
help = 'Generate membership fee RecurringTransactions for all members'
1212

1313
def add_arguments(self, parser):
1414
parser.add_argument('amount', type=int)

0 commit comments

Comments
 (0)