summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 23:54:23 +0000
committerTim Potter <tpot@samba.org>2003-02-25 23:54:23 +0000
commita03c5f23949f9782a42934eedaab004acdaf2d81 (patch)
tree1bcf0a04979d2da426769e8eaf87e413af915ff2 /source3/utils/net.c
parent130d49aa6bf463e53cf6d01900d4f50fba8c358c (diff)
downloadsamba-a03c5f23949f9782a42934eedaab004acdaf2d81.tar.gz
samba-a03c5f23949f9782a42934eedaab004acdaf2d81.tar.bz2
samba-a03c5f23949f9782a42934eedaab004acdaf2d81.zip
Merge: add popt_common_version to command line options table.
(This used to be commit 8de62f7896a53084e87b95c013d8693214c8ab85)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 33195375f5..ada0ed53e1 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -537,6 +537,7 @@ static struct functable net_func[] = {
{"timeout", 't', POPT_ARG_INT, &opt_timeout},
{"machine-pass",'P', POPT_ARG_NONE, &opt_machine_pass},
{"debuglevel", 'd', POPT_ARG_STRING, &debuglevel},
+ {NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version},
{ 0, 0, 0, 0}
};