summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-16 06:55:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:43 -0500
commit845f5596c86928b7db4337c8c269130bc55338fe (patch)
treeec6aaf09a06ff78de34a9ba99e9b69877804bb9c /source4/utils
parent8f49e17044b8e269b3c8f50aabbe2ba8a2baf439 (diff)
downloadsamba-845f5596c86928b7db4337c8c269130bc55338fe.tar.gz
samba-845f5596c86928b7db4337c8c269130bc55338fe.tar.bz2
samba-845f5596c86928b7db4337c8c269130bc55338fe.zip
r5413: enable standard samba command line options in ndrdump (so -d works)
(This used to be commit 6f9eb74ef8536004d08ffd01ad41622b83526af6)
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/ndrdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ndrdump.c b/source4/utils/ndrdump.c
index f7706c7d64..bad74c061e 100644
--- a/source4/utils/ndrdump.c
+++ b/source4/utils/ndrdump.c
@@ -89,6 +89,7 @@ static void show_functions(const struct dcerpc_interface_table *p)
struct ndr_print *pr;
struct poptOption long_options[] = {
{"context-file", 'c', POPT_ARG_STRING, &ctx_filename, 0, "In-filename to parse first", "CTX-FILE" },
+ POPT_COMMON_SAMBA
POPT_AUTOHELP
POPT_TABLEEND
};