summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index e19e0fe1c4..85ef1ec407 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -719,6 +719,14 @@ static struct functable net_func[] = {
N_(" Use 'net help eventlog' to get more information about "
"'net eventlog' commands.")
},
+ { "printing",
+ net_printing,
+ NET_TRANSPORT_LOCAL,
+ N_("Process tdb printer files"),
+ N_(" Use 'net help printing' to get more information about "
+ "'net printing' commands.")
+ },
+
{ "serverid",
net_serverid,
NET_TRANSPORT_LOCAL,