summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/utils/net/net.c')
-rw-r--r--source4/utils/net/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index da64466869..ce817309cc 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -135,6 +135,7 @@ static int net_help_usage(struct net_context *ctx, int argc, const char **argv)
/* main function table */
static const struct net_functable const net_functable[] = {
{"password", net_password, net_password_usage, net_password_help},
+ {"time", net_time, net_time_usage, net_time_help},
{"help", net_help, net_help_usage, net_help},
{NULL, NULL}