projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e09f5
)
Update --subscriber option help string for Subscribe
author
W. Trevor King
<wking@drexel.edu>
Sat, 23 Jan 2010 23:49:13 +0000
(18:49 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 23 Jan 2010 23:49:13 +0000
(18:49 -0500)
libbe/command/subscribe.py
patch
|
blob
|
history
diff --git
a/libbe/command/subscribe.py
b/libbe/command/subscribe.py
index bd36639c15a42093573d7d0473f6af1e49c1a296..d1cf72e3b218ea3ee31b67c8bcf80d75d7ab8dfd 100644
(file)
--- 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',