aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/subscribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command/subscribe.py')
-rw-r--r--libbe/command/subscribe.py2
1 files changed, 1 insertions, 1 deletions
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',