summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-14 15:09:29 +0200
committerKai Blin <kai@samba.org>2008-05-20 14:28:07 +0200
commit89cd35d0549eeee1c31d976b86cf4fd45a664c8a (patch)
tree5bdc900a2c662b08634513a1fdbd53525dcd0537 /source3/utils/net_help.c
parent1634bd92eac7dcb2c6056c862a7a8c18f6bc8d1b (diff)
downloadsamba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.tar.gz
samba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.tar.bz2
samba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.zip
net: Move help for "net status" to net_status.c
(This used to be commit d26681b169a533f838f74d48af072b57afc9f8df)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 51dc1a0c51..6138a1e511 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -33,15 +33,6 @@ static int help_usage(struct net_context *c, int argc, const char **argv)
return -1;
}
-int net_help_status(struct net_context *c, int argc, const char **argv)
-{
- d_printf(" net status sessions [parseable] "
- "Show list of open sessions\n");
- d_printf(" net status shares [parseable] "
- "Show list of open shares\n");
- return -1;
-}
-
static int net_usage(struct net_context *c, int argc, const char **argv)
{
d_printf(" net time\t\tto view or set time information\n"\