From 845f5596c86928b7db4337c8c269130bc55338fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 16 Feb 2005 06:55:24 +0000 Subject: r5413: enable standard samba command line options in ndrdump (so -d works) (This used to be commit 6f9eb74ef8536004d08ffd01ad41622b83526af6) --- source4/utils/ndrdump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/utils') 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 }; -- cgit