Mercurial > libervia-backend
changeset 2250:6c1070ae1b7d
jp (invitation): fixed typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 May 2017 19:57:46 +0200 |
parents | e572482f6cbd |
children | 83bcd9ec4782 |
files | frontends/src/jp/cmd_invitation.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)