Revision d01e7b22 snf-astakos-app/astakos/im/management/commands/showinvitation.py

b/snf-astakos-app/astakos/im/management/commands/showinvitation.py
39 39

  
40 40

  
41 41
class Command(BaseCommand):
42
    help = "Show user info"
42
    help = "Show invitation info"
43 43
    
44 44
    def handle(self, *args, **options):
45 45
        if len(args) != 1:

Also available in: Unified diff