summaryrefslogtreecommitdiff
path: root/clients/zctl/zctl_cmds.ct
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-07-01 06:43:47 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-07-01 06:43:47 +0000
commitf8229304f11ece77babc1315a2c24250a0f759e2 (patch)
tree477eb25773a074bbea2d4e5868cc81ab6e196a58 /clients/zctl/zctl_cmds.ct
parent5cbd26b8d0a6c14232143a09e905f8bf84e6781a (diff)
add hide & unhide
Diffstat (limited to 'clients/zctl/zctl_cmds.ct')
-rw-r--r--clients/zctl/zctl_cmds.ct6
1 files changed, 6 insertions, 0 deletions
diff --git a/clients/zctl/zctl_cmds.ct b/clients/zctl/zctl_cmds.ct
index 4553571..74ae0e5 100644
--- a/clients/zctl/zctl_cmds.ct
+++ b/clients/zctl/zctl_cmds.ct
@@ -72,6 +72,12 @@
request flush_locations, "Flush all location information.",
flush_locs;
+ request do_hide, "Hide your location.",
+ hide;
+
+ request do_hide, "Show (un-hide) your location.",
+ unhide;
+
request ss_list_requests, "List available commands.",
list_requests, lr, "?";