summaryrefslogtreecommitdiff
path: root/clients/zctl/zctl_cmds.ct
diff options
context:
space:
mode:
authorGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2013-02-23 15:00:54 -0500
committerGravatar Karl Ramm <kcr@1ts.org>2013-02-26 23:01:10 -0500
commita323589383be38de2f76b564c5edc493bf7f9ec2 (patch)
tree6547a2080c31a0fee4866f7d42196d52999fa58f /clients/zctl/zctl_cmds.ct
parent0fb2236580debdd37eeac27a5e0ae81d160400b4 (diff)
zctl flush_subs
Provide a new zctl subcommand, flush_subs, to flush all subscriptions for a specified recipient. This is implemented using a new library function, ZFlushUserSubscriptions(). This is the client side of #103
Diffstat (limited to 'clients/zctl/zctl_cmds.ct')
-rw-r--r--clients/zctl/zctl_cmds.ct3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/zctl/zctl_cmds.ct b/clients/zctl/zctl_cmds.ct
index 761572c..00b799c 100644
--- a/clients/zctl/zctl_cmds.ct
+++ b/clients/zctl/zctl_cmds.ct
@@ -73,6 +73,9 @@
request flush_locations, "Flush all location information.",
flush_locs;
+ request flush_subscr, "Flush all subscription information.",
+ flush_subs;
+
request do_hide, "Hide your location.",
hide;