# HG changeset patch # User Goffi # Date 1495389466 -7200 # Node ID 6c1070ae1b7d9c0454a3debefd0610c7c7872c92 # Parent e572482f6cbd8536f10fdc8e7e9272eb66f89bc8 jp (invitation): fixed typo diff -r e572482f6cbd -r 6c1070ae1b7d frontends/src/jp/cmd_invitation.py --- a/frontends/src/jp/cmd_invitation.py Sun May 21 15:59:47 2017 +0200 +++ b/frontends/src/jp/cmd_invitation.py Sun May 21 19:57:46 2017 +0200 @@ -45,7 +45,7 @@ self.parser.add_argument("-s", "--subject", type=base.unicode_decoder, default='', help='subject of the invitation email (default: generic subject)') self.parser.add_argument("-b", "--body", type=base.unicode_decoder, default='', help='body of the invitation email (default: generic body)') self.parser.add_argument("-x", "--extra", metavar=('KEY', 'VALUE'), type=base.unicode_decoder, action='append', nargs=2, default=[], help='extra data to associate with invitation/invitee') - self.parser.add_argument("-p", "--profile", type=base.unicode_decoder, default='', help="profile doing the invitation (default: don't associate profile") + self.parser.add_argument("-p", "--profile", type=base.unicode_decoder, default='', help="profile doing the invitation (default: don't associate profile)") def invitationCreateCb(self, invitation_data): self.output(invitation_data)