From: W. Trevor King Date: Sat, 23 Jan 2010 23:49:13 +0000 (-0500) Subject: Update --subscriber option help string for Subscribe X-Git-Tag: 1.0.0~59^2~43^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3993355255769745d490ba7c6b25458fb8cd605;p=be.git Update --subscriber option help string for Subscribe --- diff --git a/libbe/command/subscribe.py b/libbe/command/subscribe.py index bd36639..d1cf72e 100644 --- a/libbe/command/subscribe.py +++ b/libbe/command/subscribe.py @@ -92,7 +92,7 @@ class Subscribe (libbe.command.Command): libbe.command.Option(name='list', short_name='l', help='List subscribers (read only action).'), libbe.command.Option(name='subscriber', short_name='s', - help='Email address of the subscriber (defaults to bugdir.user_id).', + help='Email address of the subscriber (defaults to your user id).', arg=libbe.command.Argument( name='subscriber', metavar='EMAIL')), libbe.command.Option(name='servers', short_name='S',