aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/subscribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/subscribe.py')
-rw-r--r--becommands/subscribe.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/becommands/subscribe.py b/becommands/subscribe.py
index 4220c37..3f4998e 100644
--- a/becommands/subscribe.py
+++ b/becommands/subscribe.py
@@ -163,7 +163,7 @@ you of changes, although there is no way to guarantee this behavior.
Available TYPES:
For bugs:
%s
- For DIR :
+ For %s:
%s
For unsubscription, any listed SERVERS and TYPES are removed from your
@@ -175,7 +175,8 @@ if you're just hacking away on your private repository, you'll known
what's changed ;). This command just (un)sets the appropriate
subscriptions, and leaves it up to each interface to perform the
notification.
-""" % (diff.BUG_TYPE_ALL.string_tree(6), diff.BUGDIR_TYPE_ALL.string_tree(6),
+""" % (diff.BUG_TYPE_ALL.string_tree(6), diff.BUGDIR_ID,
+ diff.BUGDIR_TYPE_ALL.string_tree(6),
diff.BUGDIR_TYPE_ALL)
def help():